Click or drag to resize
IWebServerProviderEndGetContext Method
Retrieves the IContext that represents the request from the user.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IContext EndGetContext(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult

Return Value

Type: IContext
See Also