Connection::Receive Method (String, CancellationToken, Int32)

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual Task<PersistentResponse^>^ Receive(
	String^ messageId, 
	CancellationToken cancel, 
	int maxMessages
) sealed

Parameters

messageId
Type: System::String
cancel
Type: System.Threading::CancellationToken
maxMessages
Type: System::Int32

Implements

ITransportConnection::Receive(String, CancellationToken, Int32)
Show: