ISubscription.Work Method

.NET Framework 4

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

Syntax

'Declaration
Function Work As Task
'Usage
Dim instance As ISubscription 
Dim returnValue As Task 

returnValue = instance.Work()
Task Work()
Task^ Work()
abstract Work : unit -> Task
function Work() : Task

Return Value

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

See Also

Reference

ISubscription Interface

Microsoft.AspNet.SignalR.Messaging Namespace