C# Class Bottles.Services.Remote.RemoteServicesProxy

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: DarthFubuMVC/bottles Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

SendJson() public méthode

public SendJson ( string json ) : void
json string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Start() public méthode

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

Start() public méthode

public Start ( string bootstrapperName, MarshalByRefObject remoteListener ) : void
bootstrapperName string
remoteListener System.MarshalByRefObject
Résultat void