'Usage
Dim instance As IEasyUAApplication Dim stream As Stream instance.ExportApplicationConfiguration(stream)
Parameters
- stream
- The stream into which the data will be exported.
'Usage
Dim instance As IEasyUAApplication Dim stream As Stream instance.ExportApplicationConfiguration(stream)
Exception | Description |
---|---|
System.ArgumentNullException | A null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument. |
OpcLabs.EasyOpc.UA.OperationModel.UAException | The OPC UA operation has failed. |
This method exports the application configuration data in the format used by the .NET SDK from OPC Foundation. This format is not part of the OPC UA standard.