示例#1
0
 public string WaitForNotifyOnAny(params string[] channelNames)
 {
     return(_innerClient.WaitForNotifyOnAny(channelNames));
 }