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