C# Class RemotingInterface.IpcInterface

Inheritance: System.MarshalByRefObject
ファイルを表示 Open project: jasonpang/Starcraft2Hook Class Usage Examples

Public Methods

Method Description
InitializeLifetimeService ( ) : Object
Ping ( ) : void

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

Method Details

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : Object
return Object

Ping() public method

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