Click or drag to resize

ServerRegisterInstanceForPublicRemoteCallT, I Method

Namespace:  RemoteProcedureCalls
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void RegisterInstanceForPublicRemoteCall<T, I>(
	T instance,
	string instanceName
)
where T : I

Parameters

instance
Type: T
instanceName
Type: SystemString

Type Parameters

T
I
See Also