ArcFM Responder Mobile 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
)
public function CreateSink( 
    channel: System.Runtime.Remoting.Channels.IChannelSender;
    url: System.String;
    remoteChannelData: System.TObject
): System.Runtime.Remoting.Channels.IClientChannelSink; 
public function CreateSink( 
   channel : System.Runtime.Remoting.Channels.IChannelSender,
   url : System.String,
   remoteChannelData : System.Object
) : System.Runtime.Remoting.Channels.IClientChannelSink;
public: System.Runtime.Remoting.Channels.IClientChannelSink* CreateSink( 
   System.Runtime.Remoting.Channels.IChannelSender* channel,
   System.string* url,
   System.Object* 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdentityClientSinkProvider Class
IdentityClientSinkProvider Members

Send Feedback