iControl.LocalLBProfileServerSSL.Endget_authenticate_depth C# (CSharp) Method

Endget_authenticate_depth() public method

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