Freigeben über


ChannelDataStore(String[]) Konstruktor

Definition

Initialisiert eine neue Instanz der ChannelDataStore-Klasse mit den URIs, denen der aktuelle Channel zugeordnet ist.

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())

Parameter

channelURIs
String[]

Ein Array von Channel-URIs, denen der aktuelle Channel zugeordnet ist.

Gilt für: