C# Класс Opc.Ua.Com.Client.ConnectionPoint

Manages a connection point with a COM server.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Advise ( object callback ) : int

Establishes a connection, if necessary and increments the reference count.

ConnectionPoint ( object server, System.Guid iid ) : System

Initializes the object by finding the specified connection point.

Dispose ( ) : void

Frees any unmanaged resources.

Unadvise ( ) : int

Decrements the reference count and closes the connection if no more references.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Приватные методы

Метод Описание
Initialize ( ) : void

Sets private members to default values.

Описание методов

Advise() публичный Метод

Establishes a connection, if necessary and increments the reference count.
public Advise ( object callback ) : int
callback object
Результат int

ConnectionPoint() публичный Метод

Initializes the object by finding the specified connection point.
public ConnectionPoint ( object server, System.Guid iid ) : System
server object
iid System.Guid
Результат System

Dispose() публичный Метод

Frees any unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Unadvise() публичный Метод

Decrements the reference count and closes the connection if no more references.
public Unadvise ( ) : int
Результат int