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

Beginget_ha_order() 공개 메소드

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