public virtual System.Threading.Tasks.Task <Azure.Response> SendToUserAsync(string userId, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestOptions options = null)
 {
     throw null;
 }
 public virtual System.Threading.Tasks.Task <Azure.Response> SendToUserAsync(string userId, string content, Azure.Core.ContentType contentType = default(Azure.Core.ContentType))
 {
     throw null;
 }
 public virtual Azure.Response SendToUser(string userId, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestOptions options = null)
 {
     throw null;
 }
 public virtual Azure.Response SendToUser(string userId, string content, Azure.Core.ContentType contentType = default(Azure.Core.ContentType))
 {
     throw null;
 }
 public virtual Azure.Response SendToGroup(string group, string content, Azure.Core.ContentType contentType = default(Azure.Core.ContentType))
 {
     throw null;
 }
 public virtual System.Threading.Tasks.Task <Azure.Response> SendToGroupAsync(string group, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, System.Collections.Generic.IEnumerable <string> excluded = null, Azure.RequestOptions options = null)
 {
     throw null;
 }
 public virtual Azure.Response SendToConnection(string connectionId, string content, Azure.Core.ContentType contentType = default(Azure.Core.ContentType))
 {
     throw null;
 }
 public virtual Azure.Response SendToGroup(string group, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, System.Collections.Generic.IEnumerable <string> excluded = null, Azure.RequestOptions options = null)
 {
     throw null;
 }
Ejemplo n.º 9
0
 public virtual System.Threading.Tasks.Task <Azure.Response> CreateRoleAssignmentAsync(string roleAssignmentId, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestContext context = null)
 {
     throw null;
 }
 public virtual Azure.Response SendToConnection(string connectionId, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestOptions options = null)
 {
     throw null;
 }
Ejemplo n.º 11
0
 public virtual Azure.Response CreateRoleAssignment(string roleAssignmentId, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestContext context = null)
 {
     throw null;
 }
Ejemplo n.º 12
0
 public virtual System.Threading.Tasks.Task <Azure.Response> CheckPrincipalAccessAsync(Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestContext context = null)
 {
     throw null;
 }
Ejemplo n.º 13
0
 public virtual Azure.Response CheckPrincipalAccess(Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestContext context = null)
 {
     throw null;
 }
 public virtual System.Threading.Tasks.Task <Azure.Response> SendToConnectionAsync(string connectionId, Azure.Core.RequestContent content, Azure.Core.ContentType contentType, Azure.RequestContext context = null)
 {
     throw null;
 }
 public virtual Azure.Response SendToAll(Azure.Core.RequestContent content, Azure.Core.ContentType contentType, System.Collections.Generic.IEnumerable <string> excluded = null, Azure.RequestContext context = null)
 {
     throw null;
 }