iControl.SystemCryptoClient.Endget_profile C# (CSharp) Méthode

Endget_profile() public méthode

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