iControl.LocalLBProfileServerSSL.Endget_ssl_sign_hash C# (CSharp) 메소드

Endget_ssl_sign_hash() 공개 메소드

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