OpenHome.Net.ControlPoint.CpService.CpService C# (CSharp) Method

CpService() private method

Constructor. Only intended for use by CpProxy.
private CpService ( IntPtr aHandle ) : System
aHandle System.IntPtr
return System
        internal CpService(IntPtr aHandle)
        {
            iHandle = aHandle;
            iActiveInvocations = new List<Invocation>();
        }