Click or drag to resize

ServerStopOptions Enumeration

Defines options for stopping the server.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum ServerStopOptions
Members
  Member nameValueDescription
None0 No option.
WaitForCallsToComplete1 Wait for pending calls to complete.
DontStopListening2 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