Click or drag to resize

ClientCreateProxyToPublicNamedInstanceI Method

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

Parameters

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

Type Parameters

I

Return Value

Type: I
See Also