C# 클래스 MagicOnion.ChannelExtensions

파일 보기 프로젝트 열기: sotanmochi/MagicOnionExample-ActionGame

공개 메소드들

메소드 설명
RegisterStreamingSubscription ( Channel channel, IDisposable subscription ) : void

Safety way for subscribe streaming events.

메소드 상세

RegisterStreamingSubscription() 공개 정적인 메소드

Safety way for subscribe streaming events.
public static RegisterStreamingSubscription ( Channel channel, IDisposable subscription ) : void
channel Channel
subscription IDisposable
리턴 void