
Icon | Member | Description |
---|---|---|
![]() | StartGridServiceAndWait(GridServiceManagerOptions) |
Starts a IGridServiceManager based on the provided options and waits
for SetDefaultTimeout(TimeSpan) until it is discovered by the admin, which is then returned.
|
![]() | StartGridServiceAndWait(GridServiceManagerOptions, TimeSpan) |
Starts a IGridServiceManager based on the provided options and waits
for the given timeout until it is discovered by the admin, which is then returned.
|
![]() | StartGridServiceAndWait(GridServiceContainerOptions) |
Starts a IGridServiceContainer based on the provided options and waits
for SetDefaultTimeout(TimeSpan) until it is discovered by the admin, which is then returned.
|
![]() | StartGridServiceAndWait(GridServiceContainerOptions, TimeSpan) |
Starts a IGridServiceContainer based on the provided options and waits
for the given timeout until it is discovered by the admin, which is then returned.
|
![]() | StartGridServiceAndWait(LookupServiceOptions) |
Starts a ILookupService based on the provided options and waits
for SetDefaultTimeout(TimeSpan) until it is discovered by the admin, which is then returned.
|
![]() | StartGridServiceAndWait(LookupServiceOptions, TimeSpan) |
Starts a ILookupService based on the provided options and waits
for the given timeout until it is discovered by the admin, which is then returned.
|