OpenHome.Net.ControlPoint.CpService.CpService C# (CSharp) Метод

CpService() приватный Метод

Constructor. Only intended for use by CpProxy.
private CpService ( IntPtr aHandle ) : System
aHandle System.IntPtr
Результат System
        internal CpService(IntPtr aHandle)
        {
            iHandle = aHandle;
            iActiveInvocations = new List<Invocation>();
        }