ArcFM Solution Developer Guide
SessionIpcChannel Constructor(IDictionary,IClientChannelSinkProvider,IServerChannelSinkProvider)


Syntax
'Declaration
 
Public Function New( _
   ByVal properties As System.Collections.IDictionary, _
   ByVal clientSinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider, _
   ByVal serverSinkProvider As System.Runtime.Remoting.Channels.IServerChannelSinkProvider _
)
'Usage
 
Dim properties As System.Collections.IDictionary
Dim clientSinkProvider As System.Runtime.Remoting.Channels.IClientChannelSinkProvider
Dim serverSinkProvider As System.Runtime.Remoting.Channels.IServerChannelSinkProvider
 
Dim instance As New SessionIpcChannel(properties, clientSinkProvider, serverSinkProvider)
public SessionIpcChannel( 
   System.Collections.IDictionary properties,
   System.Runtime.Remoting.Channels.IClientChannelSinkProvider clientSinkProvider,
   System.Runtime.Remoting.Channels.IServerChannelSinkProvider serverSinkProvider
)

Parameters

properties
clientSinkProvider
serverSinkProvider
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SessionIpcChannel Class
SessionIpcChannel Members
Overload List

 

 


Send Comment