iControl.SystemConfigSync.Enddelete_single_configuration_file C# (CSharp) Méthode

Enddelete_single_configuration_file() public méthode

public Enddelete_single_configuration_file ( System asyncResult ) : void
asyncResult System
Résultat void
        public void Enddelete_single_configuration_file(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
SystemConfigSync