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

Endsynchronize_from_group() 공개 메소드

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