Client RemoteCallClient Method NetworkComms.Net Help
Private method for simplifying the remote procedure call. I don't want to write this in IL!!

Namespace: RemoteProcedureCalls
Assembly: RemoteProcedureCalls (in RemoteProcedureCalls.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static Object RemoteCallClient(
	IRPCProxy clientObject,
	string functionToCall,
	Object[] args
)

Parameters

clientObject
Type: RemoteProcedureCalls IRPCProxy

[Missing <param name="clientObject"/> documentation for "M:RemoteProcedureCalls.Client.RemoteCallClient(RemoteProcedureCalls.IRPCProxy,System.String,System.Object[])"]

functionToCall
Type: OnlineSystem String

[Missing <param name="functionToCall"/> documentation for "M:RemoteProcedureCalls.Client.RemoteCallClient(RemoteProcedureCalls.IRPCProxy,System.String,System.Object[])"]

args
Type:  OnlineSystem Object 

[Missing <param name="args"/> documentation for "M:RemoteProcedureCalls.Client.RemoteCallClient(RemoteProcedureCalls.IRPCProxy,System.String,System.Object[])"]

Return Value

Type: OnlineObject

[Missing <returns> documentation for "M:RemoteProcedureCalls.Client.RemoteCallClient(RemoteProcedureCalls.IRPCProxy,System.String,System.Object[])"]

See Also