Click or drag to resize
IWebServerProviderBeginGetContext Method
Starts the process of listening for and retrieving the next IContext from the user on a background thread.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IAsyncResult BeginGetContext(
	AsyncCallback callback
)

Parameters

callback
Type: SystemAsyncCallback

Return Value

Type: IAsyncResult
See Also