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

Beginsynchronize_from_group() public méthode

public Beginsynchronize_from_group ( string group, System callback, object asyncState ) : System.IAsyncResult
group string
callback System
asyncState object
Résultat 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