iControl.LocalLBProfileServerSSL.Endget_ssl_sign_hash C# (CSharp) Method

Endget_ssl_sign_hash() public method

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