iControl.LocalLBProfilePCP.Endget_mapping_limit_per_client C# (CSharp) Method

Endget_mapping_limit_per_client() public method

public Endget_mapping_limit_per_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]
        public LocalLBProfileULong[] Endget_mapping_limit_per_client(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfilePCP