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

Endget_operational_member_count() 공개 메소드

public Endget_operational_member_count ( System asyncResult ) : long[]
asyncResult System
리턴 long[]
        public long[] Endget_operational_member_count(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [])(results[0]));
        }
NetworkingTrunk