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

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

Public Methods

Method 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 method

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

Deallocate() public method

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