C# 클래스 Opc.Ua.Com.Client.ConnectionPoint

Manages a connection point with a COM server.
상속: IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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