  | TaskResultEventTRequest Property  | 
 
            Gets the request that executed the server task.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic RequestEvent Request { get; }Public ReadOnly Property Request As RequestEvent
	Get
Property Value
Type: 
RequestEvent
            The request that executed the server task or 
null.
            
See Also