iControl.SystemConfigSync.Endsynchronize_to_group C# (CSharp) Method

Endsynchronize_to_group() public method

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