iControl.SystemConfigSync.Endsave_single_configuration_file C# (CSharp) Method

Endsave_single_configuration_file() public method

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