iControl.SystemConfigSync.Endsynchronize_from_group C# (CSharp) Méthode

Endsynchronize_from_group() public méthode

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