IWebServerProviderBeginGetContext Method |
Starts the process of listening for and retrieving the next
IContext from the user on a background thread.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IAsyncResult BeginGetContext(
AsyncCallback callback
)
Function BeginGetContext (
callback As AsyncCallback
) As IAsyncResult
IAsyncResult^ BeginGetContext(
AsyncCallback^ callback
)
abstract BeginGetContext :
callback : AsyncCallback -> IAsyncResult
Parameters
- callback
- Type: SystemAsyncCallback
Return Value
Type:
IAsyncResultSee Also