HomeSort by relevance Sort by last modified time
    Searched refs:ServiceRef (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 53 public __gc class ServiceRef;
185 * class ServiceRef
189 public __gc class ServiceRef : public IDisposable
193 ServiceRef(Object * callback);
195 ~ServiceRef();
199 * calling Dispose, the ServiceRef is no longer usable.
294 ServiceRef * outer
403 gcroot<ServiceRef*> m_outer;
730 ServiceRef * sdRef,
754 * return value: Returns initialize ServiceRef on succeses (any subsequent, asynchronou
    [all...]
dnssd_NET.cpp 50 // class ServiceRef
52 // ServiceRef serves as the base class for all DNSService operations.
57 ServiceRef::ServiceRef(Object * callback)
67 ServiceRef::~ServiceRef()
78 ServiceRef::StartThread()
84 m_thread = new Thread(new ThreadStart(this, &Apple::DNSSD::ServiceRef::ProcessingThread));
99 ServiceRef::ProcessingThread()
111 ServiceRef::Dispose(
    [all...]

Completed in 501 milliseconds