System.Runtime.Remoting.Channels.ChannelDataStore.ChannelDataStore C# (CSharp) Method

ChannelDataStore() public method

public ChannelDataStore ( String channelURIs ) : System.Collections
channelURIs String
return System.Collections
        public ChannelDataStore(String[] channelURIs)
        {
            _channelURIs = channelURIs;
            _extraData = null;
        }

Same methods

ChannelDataStore::ChannelDataStore ( String channelUrls, DictionaryEntry extraData ) : System.Collections