iControl.SystemConfigSync.Endsynchronize_from_group C# (CSharp) Method

Endsynchronize_from_group() public method

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