|
| Name | Description |
|---|
  | CreateEndPointAsync(String, String, ServiceAgent EndpointResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates an endpoint.
|
  | CreateEndPointAsync(String, String, String, ServiceAgent EndpointResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates an endpoint.
|
  | CreateEndPointAsync(String, String, TimeSpan, ServiceAgent EndpointResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates an endpoint.
|
  | CreateEndPointAsync(String, String, String, TimeSpan, ServiceAgent EndpointResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates an endpoint.
|
  | CreateGroupAsync(String, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates a new group.
|
  | CreateGroupAsync(String, String, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates a new group.
|
  | CreateGroupAsync(String, TimeSpan, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates a new group.
|
  | CreateGroupAsync(String, String, TimeSpan, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that creates a new group.
|
  | DeleteEndPointAsync(String, Endpoint, ServiceAgent EndpointResult OnCompleteDelegate, Object) |
Helper method to initiate the call that deletes an endpoint.
|
  | DeleteEndPointAsync(String, String, Endpoint, ServiceAgent EndpointResult OnCompleteDelegate, Object) |
Helper method to initiate the call that deletes an endpoint.
|
  | DeleteGroupAsync(String, Group, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that deletes a group.
|
  | DeleteGroupAsync(String, String, Group, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that deletes a group.
|
  | JoinGroupAsync(String, Endpoint, Group, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will join an endpoint to a group.
|
  | JoinGroupAsync(String, String, Endpoint, Group, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will join an endpoint to a group.
|
  | LeaveGroupAsync(String, Endpoint, Group, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will have an endpoint leave from a group.
|
  | LeaveGroupAsync(String, String, Endpoint, Group, ServiceAgent GroupResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will have an endpoint leave from a group.
|
  | ReceiveMessagesAsync(String, Endpoint, String, ServiceAgent MessagingResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will receive a message.
|
  | ReceiveMessagesAsync(String, String, Endpoint, String, ServiceAgent MessagingResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will receive a message.
|
  | SendMessageAsync(String, Endpoint, String, Byte , ServiceAgent MessagingResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will send a message.
|
  | SendMessageAsync(String, String, Endpoint, String, Byte , ServiceAgent MessagingResult OnCompleteDelegate, Object) |
Helper method to initiate the call that will send a message.
|