C# 클래스 Bottles.Services.Remote.RemoteServicesProxy

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: DarthFubuMVC/bottles 1 사용 예제들

공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : object
SendJson ( string json ) : void
Shutdown ( ) : void
Start ( string bootstrapperName, string>.Dictionary properties, MarshalByRefObject remoteListener ) : void
Start ( string bootstrapperName, MarshalByRefObject remoteListener ) : void

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

메소드 상세

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

SendJson() 공개 메소드

public SendJson ( string json ) : void
json string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( string bootstrapperName, string>.Dictionary properties, MarshalByRefObject remoteListener ) : void
bootstrapperName string
properties string>.Dictionary
remoteListener System.MarshalByRefObject
리턴 void

Start() 공개 메소드

public Start ( string bootstrapperName, MarshalByRefObject remoteListener ) : void
bootstrapperName string
remoteListener System.MarshalByRefObject
리턴 void