iControl.SystemConfigSync.Endsave_single_configuration_file C# (CSharp) 메소드

Endsave_single_configuration_file() 공개 메소드

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