ChannelDataStore(String[]) Constructor

Definition

Initializes a new instance of the ChannelDataStore class with the URIs that the current channel maps to.

public:
 ChannelDataStore(cli::array <System::String ^> ^ channelURIs);
public ChannelDataStore (string[] channelURIs);
new System.Runtime.Remoting.Channels.ChannelDataStore : string[] -> System.Runtime.Remoting.Channels.ChannelDataStore
Public Sub New (channelURIs As String())

Parameters

channelURIs
String[]

An array of channel URIs that the current channel maps to.

Applies to