iControl.LocalLBProfilePCP.Endget_third_party_allowed_subnet C# (CSharp) Method

Endget_third_party_allowed_subnet() public method

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