ScaleoutSubscription.BeforeInvoke Method
.NET Framework 4This member overrides Subscription.BeforeInvoke(Object).
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Overrides Sub BeforeInvoke ( _
state As Object _
)
'Usage
Dim state As Object
Me.BeforeInvoke(state)
protected override void BeforeInvoke(
Object state
)
protected:
virtual void BeforeInvoke(
Object^ state
) override
abstract BeforeInvoke :
state:Object -> unit
override BeforeInvoke :
state:Object -> unit
protected override function BeforeInvoke(
state : Object
)
Parameters
- state
Type: System.Object