Exemplo n.º 1
0
 public System.Threading.Tasks.Task SetServerInformationAsync(ServerInformationShared.ServerInformation serverInformation)
 {
     return(base.Channel.SetServerInformationAsync(serverInformation));
 }
Exemplo n.º 2
0
 public void SetServerInformation(ServerInformationShared.ServerInformation serverInformation)
 {
     base.Channel.SetServerInformation(serverInformation);
 }