iControl.ManagementTrafficGroup.Beginget_ha_group C# (CSharp) 메소드

Beginget_ha_group() 공개 메소드

public Beginget_ha_group ( string traffic_groups, System callback, object asyncState ) : System.IAsyncResult
traffic_groups string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_ha_group(string [] traffic_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ha_group", new object[] {
            traffic_groups}, callback, asyncState);
        }
ManagementTrafficGroup