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

.NET Framework 4.5

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

Task<PersistentResponse^>^ Receive(
	String^ messageId, 
	CancellationToken cancel, 
	int maxMessages
)

Parameters

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