iControl.SystemHAGroup.Beginget_trunk_attribute_value C# (CSharp) 메소드

Beginget_trunk_attribute_value() 공개 메소드

public Beginget_trunk_attribute_value ( string ha_groups, string trunks, System callback, object asyncState ) : System.IAsyncResult
ha_groups string
trunks string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_trunk_attribute_value(string [] ha_groups,string [] [] trunks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_trunk_attribute_value", new object[] {
            ha_groups,
            trunks}, callback, asyncState);
        }
SystemHAGroup