iControl.SystemConfigSync.Beginsynchronize_from_group C# (CSharp) Method

Beginsynchronize_from_group() public method

public Beginsynchronize_from_group ( string group, System callback, object asyncState ) : System.IAsyncResult
group string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginsynchronize_from_group(string group, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("synchronize_from_group", new object[] {
            group}, callback, asyncState);
        }
SystemConfigSync