ChannelDataStore(String[]) 构造函数

定义

用当前信道所映射到的 URI 初始化 ChannelDataStore 类的新实例。

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

参数

channelURIs
String[]

当前信道所映射到的信道 URI 的数组。

适用于