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

A class that implements the IOPCShutdown interface.
상속: OpcRcw.Comn.IOPCShutdown, IDisposable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees any unmanaged resources.

ShutdownCallback ( object server, ServerShutdownEventHandler handler ) : System

Initializes the object with the containing subscription object.

ShutdownRequest ( string szReason ) : void

Called when a data changed event is received.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

메소드 상세

Dispose() 공개 메소드

Frees any unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ShutdownCallback() 공개 메소드

Initializes the object with the containing subscription object.
public ShutdownCallback ( object server, ServerShutdownEventHandler handler ) : System
server object
handler ServerShutdownEventHandler
리턴 System

ShutdownRequest() 공개 메소드

Called when a data changed event is received.
public ShutdownRequest ( string szReason ) : void
szReason string
리턴 void