  | ServerChannelRunLater Method  | 
 
            Runs an action on the server's thread at some time in the future.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void RunLater(
	Action action
)
Public Sub RunLater ( 
	action As Action
)
Parameters
- action
 - Type: SystemAction
            An action to be executed later on the server's thread.
             
Exceptions
See Also