ChannelDataStore(String[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.