iControl.SystemConfigSync.Beginsynchronize_from_group C# (CSharp) 메소드

Beginsynchronize_from_group() 공개 메소드

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