iControl.PEMForwardingEndpoint.Endget_source_port_behavior C# (CSharp) 메소드

Endget_source_port_behavior() 공개 메소드

public Endget_source_port_behavior ( System asyncResult ) : CommonSourcePortBehavior[]
asyncResult System
리턴 CommonSourcePortBehavior[]
        public CommonSourcePortBehavior[] Endget_source_port_behavior(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonSourcePortBehavior [])(results[0]));
        }