Waits for the given timeout till at least one GSM is discovered and returns it.

C# | Visual Basic | Visual C++ | J# |
IGridServiceManager WaitForAtLeastOne( TimeSpan timeout )
Function WaitForAtLeastOne ( _ timeout As TimeSpan _ ) As IGridServiceManager
IGridServiceManager^ WaitForAtLeastOne( TimeSpan timeout )
IGridServiceManager WaitForAtLeastOne( TimeSpan timeout )

- timeout (TimeSpan)
- Time to wait.

One of the discovered managers or null if the timeout elapsed.