ArcFM Solution Developer Guide
CreateSink Method (IdentityClientSinkProvider)


Syntax
'Declaration
 
Public Function CreateSink( _
   ByVal channel As System.Runtime.Remoting.Channels.IChannelSender, _
   ByVal url As System.String, _
   ByVal remoteChannelData As System.Object _
) As System.Runtime.Remoting.Channels.IClientChannelSink
'Usage
 
Dim instance As IdentityClientSinkProvider
Dim channel As System.Runtime.Remoting.Channels.IChannelSender
Dim url As System.String
Dim remoteChannelData As System.Object
Dim value As System.Runtime.Remoting.Channels.IClientChannelSink
 
value = instance.CreateSink(channel, url, remoteChannelData)
public System.Runtime.Remoting.Channels.IClientChannelSink CreateSink( 
   System.Runtime.Remoting.Channels.IChannelSender channel,
   System.string url,
   System.object remoteChannelData
)

Parameters

channel
url
remoteChannelData
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

IdentityClientSinkProvider Class
IdentityClientSinkProvider Members

 

 


Send Comment