Opc.Ua.Com.Client.ConnectionPoint.Unadvise C# (CSharp) Méthode

Unadvise() public méthode

Decrements the reference count and closes the connection if no more references.
public Unadvise ( ) : int
Résultat int
		public int Unadvise()
		{
			if (--m_refs == 0) m_server.Unadvise(m_cookie);
			return m_refs;
		}
		#endregion