Пример #1
0
 public System.Threading.Tasks.Task SetServerInformationAsync(ServerInformationShared.ServerInformation serverInformation)
 {
     return(base.Channel.SetServerInformationAsync(serverInformation));
 }
Пример #2
0
 public void SetServerInformation(ServerInformationShared.ServerInformation serverInformation)
 {
     base.Channel.SetServerInformation(serverInformation);
 }