iControl.SystemCryptoClient.Endget_profile C# (CSharp) Method

Endget_profile() public method

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