iControl.LocalLBMessageRoutingTransportConfig.get_protocol C# (CSharp) Method

get_protocol() private method

private get_protocol ( string transport_configs ) : LocalLBMessageRoutingProtocol[]
transport_configs string
return LocalLBMessageRoutingProtocol[]
        public LocalLBMessageRoutingProtocol[] get_protocol(
		string [] transport_configs
	)
        {
            object [] results = this.Invoke("get_protocol", new object [] {
                transport_configs});
            return ((LocalLBMessageRoutingProtocol [])(results[0]));
        }
LocalLBMessageRoutingTransportConfig