iControl.NetworkingInterfaces.Endget_bundle_state C# (CSharp) 메소드

Endget_bundle_state() 공개 메소드

public Endget_bundle_state ( System asyncResult ) : NetworkingInterfacesBundleState[]
asyncResult System
리턴 NetworkingInterfacesBundleState[]
        public NetworkingInterfacesBundleState[] Endget_bundle_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((NetworkingInterfacesBundleState [])(results[0]));
        }
NetworkingInterfaces