TransportDisconnectBase.ITrackingConnection.ReleaseRequest Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Private Sub ReleaseRequest Implements ITrackingConnection.ReleaseRequest
'Usage
Dim instance As TransportDisconnectBase
CType(instance, ITrackingConnection).ReleaseRequest()
void ITrackingConnection.ReleaseRequest()
private:
virtual void ReleaseRequest() sealed = ITrackingConnection::ReleaseRequest
private abstract ReleaseRequest : unit -> unit
private override ReleaseRequest : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Implements
ITrackingConnection.ReleaseRequest()