iControl.LocalLBSNAT.Endget_source_port_behavior C# (CSharp) Method

Endget_source_port_behavior() public method

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