Пример #1
0
 public UserEventResponse(System.BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType)
 {
 }
Пример #2
0
 public UserEventResponse(string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text)
 {
 }
Пример #3
0
 public Microsoft.Azure.WebPubSub.Common.UserEventResponse CreateResponse(System.BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType)
 {
     throw null;
 }
Пример #4
0
 public Microsoft.Azure.WebPubSub.Common.UserEventResponse CreateResponse(string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text)
 {
     throw null;
 }
Пример #5
0
 public UserEventRequest(Microsoft.Azure.WebPubSub.Common.WebPubSubConnectionContext context, System.BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType) : base(default(Microsoft.Azure.WebPubSub.Common.WebPubSubConnectionContext))
 {
 }
Пример #6
0
 public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToUserAction CreateSendToUserAction(string userId, string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text)
 {
     throw null;
 }
Пример #7
0
 public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToUserAction CreateSendToUserAction(string userId, System.BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType)
 {
     throw null;
 }
Пример #8
0
 public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction CreateSendToGroupAction(string group, string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, System.Collections.Generic.IEnumerable <string> excluded = null)
 {
     throw null;
 }
Пример #9
0
 public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToAllAction CreateSendToAllAction(System.BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType, System.Collections.Generic.IEnumerable <string> excluded = null)
 {
     throw null;
 }