C# Class Opc.Ua.Com.ComUtils.ServerInfo

A class used to allocate and deallocate the elements of a COSERVERINFO structure.
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Allocate ( string hostName, UserIdentity identity ) : COSERVERINFO

Allocates a COSERVERINFO structure.

Deallocate ( ) : void

Deallocated memory allocated when the COSERVERINFO structure was created.

Method Details

Allocate() public méthode

Allocates a COSERVERINFO structure.
public Allocate ( string hostName, UserIdentity identity ) : COSERVERINFO
hostName string
identity UserIdentity
Résultat COSERVERINFO

Deallocate() public méthode

Deallocated memory allocated when the COSERVERINFO structure was created.
public Deallocate ( ) : void
Résultat void