TransportDisconnectBase::EnqueueOperation Method

.NET Framework 4.5

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

protected public:
virtual Task^ EnqueueOperation(
	Func<Task^>^ writeAsync
)

Parameters

writeAsync
Type: System::Func<Task>

Return Value

Type: System.Threading.Tasks::Task
Returns Task.
Show: