OpenHome.Net.ControlPoint.CpService.CpService C# (CSharp) Méthode

CpService() private méthode

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