WebSocketTransport::Start Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Client.Transports
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
public: virtual Task^ Start( IConnection^ connection, String^ data, CancellationToken disconnectToken ) sealed
Parameters
- connection
- Type: Microsoft.AspNet.SignalR.Client::IConnection
- data
- Type: System::String
- disconnectToken
- Type: System.Threading::CancellationToken
Implements
IClientTransport::Start(IConnection, String, CancellationToken)
Show: