예제 #1
0
파일: Push.cs 프로젝트: Mazyod/PhoenixSharp
 internal void Trigger(ReplyStatus status)
 {
     _channel.Trigger(new Message(
                          @event: _refEvent,
                          payload: new Dictionary <string, object>
     {
         { "status", status.Serialized() }
     }
                          ));
 }