iControl.SystemConfigSync.Enddelete_single_configuration_file C# (CSharp) Method

Enddelete_single_configuration_file() public method

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