iControl.NetworkingProfileGRE.Endget_validate_checksum_state C# (CSharp) Méthode

Endget_validate_checksum_state() public méthode

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