Exemplo n.º 1
0
 public void OnContentChanged(ChannelContentType channelContentType)
 {
     if (CheckHostInfoUpdate())
     {
         BroadcastHostInfo();
     }
 }
Exemplo n.º 2
0
 public void OnContentChanged(ChannelContentType channelContentType)
 {
     if (channelContentType != ChannelContentType.ChannelInfo)
     {
         return;
     }
     if (!String.IsNullOrEmpty(Channel.ChannelInfo?.ContentType))
     {
         task.TrySetResult(true);
     }
 }
Exemplo n.º 3
0
 public void OnContentChanged(ChannelContentType channelContentType)
 {
 }