C# Class RemotingInterface.IpcInterface

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: jasonpang/Starcraft2Hook Class Usage Examples

Méthodes publiques

Méthode Description
InitializeLifetimeService ( ) : Object
Ping ( ) : void

Does nothing, but will throw a remoting exception if the Controller is unreachable.

Method Details

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : Object
Résultat Object

Ping() public méthode

Does nothing, but will throw a remoting exception if the Controller is unreachable.
public Ping ( ) : void
Résultat void