iControl.LocalLBMessageRoutingTransportConfig.Endget_protocol C# (CSharp) Метод

Endget_protocol() публичный Метод

public Endget_protocol ( System asyncResult ) : LocalLBMessageRoutingProtocol[]
asyncResult System
Результат LocalLBMessageRoutingProtocol[]
        public LocalLBMessageRoutingProtocol[] Endget_protocol(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBMessageRoutingProtocol [])(results[0]));
        }
LocalLBMessageRoutingTransportConfig