C# 클래스 Opc.Ua.Com.ComUtils.ServerInfo

A class used to allocate and deallocate the elements of a COSERVERINFO structure.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
Allocate ( string hostName, UserIdentity identity ) : COSERVERINFO

Allocates a COSERVERINFO structure.

Deallocate ( ) : void

Deallocated memory allocated when the COSERVERINFO structure was created.

메소드 상세

Allocate() 공개 메소드

Allocates a COSERVERINFO structure.
public Allocate ( string hostName, UserIdentity identity ) : COSERVERINFO
hostName string
identity UserIdentity
리턴 COSERVERINFO

Deallocate() 공개 메소드

Deallocated memory allocated when the COSERVERINFO structure was created.
public Deallocate ( ) : void
리턴 void