ITransportConnection::Receive Method (String, Func<PersistentResponse, Task<Boolean>>, Int32)
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Transports
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
IDisposable^ Receive( String^ messageId, Func<PersistentResponse^, Task<bool>^>^ callback, int maxMessages )
Parameters
- messageId
- Type: System::String
- callback
- Type: System::Func<PersistentResponse, Task<Boolean>>
- maxMessages
- Type: System::Int32
Show: