iControl.NetworkingInterfaces.Endget_bundle_state C# (CSharp) Method

Endget_bundle_state() public method

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