C# Class Bottles.Services.Remote.RemoteServicesProxy

Inheritance: System.MarshalByRefObject
Mostra file Open project: DarthFubuMVC/bottles Class Usage Examples

Public Methods

Method Description
InitializeLifetimeService ( ) : object
SendJson ( string json ) : void
Shutdown ( ) : void
Start ( string bootstrapperName, string>.Dictionary properties, MarshalByRefObject remoteListener ) : void
Start ( string bootstrapperName, MarshalByRefObject remoteListener ) : void

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

SendJson() public method

public SendJson ( string json ) : void
json string
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Start() public method

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

Start() public method

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