ScaleoutSubscription Class
.NET Framework 4
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Messaging.Subscription
Microsoft.AspNet.SignalR.Messaging.ScaleoutSubscription
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class ScaleoutSubscription _
Inherits Subscription
'Usage
Dim instance As ScaleoutSubscription
public class ScaleoutSubscription : Subscription
public ref class ScaleoutSubscription : public Subscription
type ScaleoutSubscription =
class
inherit Subscription
end
public class ScaleoutSubscription extends Subscription
The ScaleoutSubscription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ScaleoutSubscription |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DisposedCallback | (Inherited from Subscription.) |
![]() |
EventKeys | (Inherited from Subscription.) |
![]() |
Identity | (Inherited from Subscription.) |
![]() |
MaxMessages | (Inherited from Subscription.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddEvent | (Inherited from Subscription.) |
![]() |
BeforeInvoke | (Overrides Subscription.BeforeInvoke(Object).) |
![]() |
Dispose() | (Inherited from Subscription.) |
![]() |
Dispose(Boolean) | (Inherited from Subscription.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetCursor | (Overrides Subscription.GetCursor().) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Invoke | (Inherited from Subscription.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
PerformWork | (Overrides Subscription.PerformWork(IList<ArraySegment<Message>>, Int32%, Object%).) |
![]() |
RemoveEvent | (Inherited from Subscription.) |
![]() |
SetEventTopic | (Inherited from Subscription.) |
![]() |
SetQueued | (Inherited from Subscription.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UnsetQueued | (Inherited from Subscription.) |
![]() |
Work | (Inherited from Subscription.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.