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 Sub ScheduleEvent ( _
eventKey As String _
)
'Usage
Dim eventKey As String
Me.ScheduleEvent(eventKey)
protected void ScheduleEvent(
string eventKey
)
protected:
void ScheduleEvent(
String^ eventKey
)
member ScheduleEvent :
eventKey:string -> unit
protected function ScheduleEvent(
eventKey : String
)
Parameters
- eventKey
Type: System.String