ResponseSentEventArgsMilliseconds Property |
Gets the number of milliseconds that elapsed between the RequestReceived event being raised and the response returned.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int Milliseconds { get; }
Public ReadOnly Property Milliseconds As Integer
Get
public:
property int Milliseconds {
int get ();
}
member Milliseconds : int with get
Property Value
Type:
Int32See Also