ISubscription.UnsetQueued Method

.NET Framework 4

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

Syntax

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

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

Return Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

ISubscription Interface

Microsoft.AspNet.SignalR.Messaging Namespace