Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Overridable Sub BeforeInvoke ( _
state As Object _
)
'Usage
Dim state As Object
Me.BeforeInvoke(state)
protected virtual void BeforeInvoke(
Object state
)
protected:
virtual void BeforeInvoke(
Object^ state
)
abstract BeforeInvoke :
state:Object -> unit
override BeforeInvoke :
state:Object -> unit
protected function BeforeInvoke(
state : Object
)
Parameters
- state
Type: System.Object