iControl.LocalLBMessageRoutingTransportConfig.Endget_protocol C# (CSharp) Method

Endget_protocol() public method

public Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[]
asyncResult System
return LocalLBMessageRoutingProtocol[]
        public LocalLBMessageRoutingProtocol[] Endget_protocol(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBMessageRoutingProtocol [])(results[0]));
        }
LocalLBMessageRoutingTransportConfig