Server RemovePrivateRPCObjectType T, I  Method NetworkComms.Net Help
Removes all private RPC objects for the specified interface type. Stops listenning for new RPC instance connections

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

public static void RemovePrivateRPCObjectType<T, I>()
where T : new(), I
Type Parameters

T
Object type that implements the specified interface I
I
Interface that is being implemented for RPC calls
See Also