Exemple #1
0
 public System.Threading.Tasks.Task <int> UpdateClientAsync(int clientID, RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact)
 {
     return(base.Channel.UpdateClientAsync(clientID, client, address, contact));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <string> InsertClientAsync(RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact)
 {
     return(base.Channel.InsertClientAsync(client, address, contact));
 }
Exemple #3
0
 public int UpdateClient(int clientID, RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact)
 {
     return(base.Channel.UpdateClient(clientID, client, address, contact));
 }
Exemple #4
0
 public string InsertClient(RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact)
 {
     return(base.Channel.InsertClient(client, address, contact));
 }