ServerStopOptions Enumeration |
Defines options for stopping the server.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum ServerStopOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
No option.
|
| WaitForCallsToComplete | 1 |
Wait for pending calls to complete.
|
| DontStopListening | 2 |
Don't stop listening for calls globally. Only stop listening for this ShellBoost project calls.
Used for multiple AppDomain scenarios to stop listening only in one AppDomain.
This will keep the RPC server alive.
|
See Also