iControl.LocalLBProfileAuth.Endget_authentication_method C# (CSharp) Method

Endget_authentication_method() public method

public Endget_authentication_method ( System asyncResult ) : iControl.LocalLBProfileAuthenticationMethod[]
asyncResult System
return iControl.LocalLBProfileAuthenticationMethod[]
        public LocalLBProfileAuthenticationMethod[] Endget_authentication_method(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileAuthenticationMethod [])(results[0]));
        }
LocalLBProfileAuth