Share via


ISubscription.SetQueued Method

.NET Framework 4

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

Syntax

'Declaration
Function SetQueued As Boolean
'Usage
Dim instance As ISubscription 
Dim returnValue As Boolean 

returnValue = instance.SetQueued()
bool SetQueued()
bool SetQueued()
abstract SetQueued : unit -> bool
function SetQueued() : boolean

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ISubscription Interface

Microsoft.AspNet.SignalR.Messaging Namespace