Click or drag to resize

RpcHelperRegisterService Method

Registers an object as a well-known service.

Namespace:  Ookii.Jumbo.Rpc
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static void RegisterService(
	string objectName,
	Object server
)

Parameters

objectName
Type: SystemString
The object name of the service.
server
Type: SystemObject
The object implementing the service.
See Also