Click or drag to resize

ServerRegisterTypeForPrivateRemoteCallT, I Method

Namespace:  RemoteProcedureCalls
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void RegisterTypeForPrivateRemoteCall<T, I>(
	int timeout = 2147483647
)
where T : new(), I

Parameters

timeout (Optional)
Type: SystemInt32

Type Parameters

T
I
See Also