C# 클래스 Softing.OPCToolbox.Client.Control.ControlDaSession

상속: DaSession
파일 보기 프로젝트 열기: SoftingIndustrial/OPC-Classic-SDK 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_url string

공개 메소드들

메소드 설명
ControlDaSession ( string url ) : System

Initializes a new instance of the ControlDaSession class with the value indicated by a session url.

보호된 메소드들

메소드 설명
ControlDaSession ( SerializationInfo info, StreamingContext context ) : System

Contructs a ControlDaSession object by de-serializing it from the stream.

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

ControlDaSession() 보호된 메소드

Contructs a ControlDaSession object by de-serializing it from the stream.
protected ControlDaSession ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

ControlDaSession() 공개 메소드

Initializes a new instance of the ControlDaSession class with the value indicated by a session url.
public ControlDaSession ( string url ) : System
url string The session url.
리턴 System

프로퍼티 상세

m_url 보호되어 있는 프로퍼티

The server's url.
protected string m_url
리턴 string