iControl.NetworkingTrunk.Beginget_operational_member_count C# (CSharp) 메소드

Beginget_operational_member_count() 공개 메소드

public Beginget_operational_member_count ( string trunks, System callback, object asyncState ) : System.IAsyncResult
trunks string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_operational_member_count(string [] trunks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_operational_member_count", new object[] {
            trunks}, callback, asyncState);
        }
NetworkingTrunk