Click or drag to resize

ClientCreateProxyToIdInstanceI Method

Namespace:  RemoteProcedureCalls
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static I CreateProxyToIdInstance<I>(
	Connection connection,
	string instanceId,
	SendReceiveOptions options = null
)
where I : class

Parameters

connection
Type: NetworkCommsDotNet.ConnectionsConnection
instanceId
Type: SystemString
options (Optional)
Type: NetworkCommsDotNetSendReceiveOptions

Type Parameters

I

Return Value

Type: I
See Also