C# Class StoryTeller.Remotes.RemoteProxy

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
InitializeLifetimeService ( ) : object
RemoteProxy ( ) : System
Start ( Project project ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

RemoteProxy() public méthode

public RemoteProxy ( ) : System
Résultat System

Start() public méthode

public Start ( Project project ) : void
project Project
Résultat void