ClientCreateProxyToPublicNamedInstanceI Method |
Namespace:
RemoteProcedureCalls
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic 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