iControl.NetworkingiSessionRemoteInterfaceV2.Endget_peer_enabled_state C# (CSharp) Method

Endget_peer_enabled_state() public method

public Endget_peer_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]
        public CommonEnabledState[] Endget_peer_enabled_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
NetworkingiSessionRemoteInterfaceV2