iControl.SystemCryptoClient.Endget_profile C# (CSharp) 메소드

Endget_profile() 공개 메소드

public Endget_profile ( System asyncResult ) : iControl.SystemSystemProfileAttribute[][]
asyncResult System
리턴 iControl.SystemSystemProfileAttribute[][]
        public SystemSystemProfileAttribute[][] Endget_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SystemSystemProfileAttribute [] [])(results[0]));
        }
SystemCryptoClient