Method | Description | |
---|---|---|
ComProxy ( ) : System |
Initializes a new instance of the ComProxy class.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
Load ( System.Guid clsid, ApplicationConfiguration configuration ) : void |
Called when the object is loaded by the COM process.
|
|
Unload ( ) : void |
Unloads this instance.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
Method | Description | |
---|---|---|
Connect ( System.Guid clsid ) : Task |
Connects to the UA server identfied by the CLSID.
|
|
LoadConfiguredEndpoint ( System.Guid clsid ) : ConfiguredEndpoint |
Reads the UA endpoint information associated the CLSID
|
|
OnCreateSession ( object state ) : void |
Creates a session with the server.
|
|
OnReconnectSession ( object state ) : void |
Creates a session with the server.
|
|
SaveConfiguredEndpoint ( System.Guid clsid, ConfiguredEndpoint endpoint ) : void |
Saves the UA endpoint information associated the CLSID.
|
|
Session_KeepAlive ( |
The session the keep alive handler.
|
public Load ( System.Guid clsid, ApplicationConfiguration configuration ) : void | ||
clsid | System.Guid | The CLSID used to activate the server. |
configuration | ApplicationConfiguration | The application configuration for the COM process. |
return | void |