Exemple #1
0
 public WebPubSubConnectionContext(Microsoft.Azure.WebPubSub.Common.WebPubSubEventType eventType, string eventName, string hub, string connectionId, string userId, string signature, string origin, System.Collections.Generic.IReadOnlyDictionary <string, object> states, System.Collections.Generic.IReadOnlyDictionary <string, string[]> headers)
 {
 }
Exemple #2
0
 public WebPubSubTriggerAttribute(string hub, Microsoft.Azure.WebPubSub.Common.WebPubSubEventType eventType, string eventName, params string[] connections)
 {
 }
Exemple #3
0
 public WebPubSubConnectionContext(Microsoft.Azure.WebPubSub.Common.WebPubSubEventType eventType, string eventName, string hub, string connectionId, string userId = null, string signature = null, string origin = null, System.Collections.Generic.IReadOnlyDictionary <string, System.BinaryData> connectionStates = null, System.Collections.Generic.IReadOnlyDictionary <string, string[]> headers = null)
 {
 }
Exemple #4
0
 public WebPubSubTriggerAttribute(string hub, Microsoft.Azure.WebPubSub.Common.WebPubSubEventType eventType, string eventName)
 {
 }