.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.DeleteFileRequestEventArgs Class Reference

The arguments passed when the DeleteFileRequest event is raised. More...

Inherits EventArgs.

Public Member Functions

 DeleteFileRequestEventArgs (RequestContext context, FileDirectoryModel parent, NodeId fileToDelete)
 Initializes a new instance of the DeleteFileRequestEventArgs class. More...
 

Properties

RequestContext Context [get]
 Gets the request context passed to the method call. More...
 
FileDirectoryModel Parent [get]
 Gets the directory containing the file to delete. More...
 
NodeId FileToDelete [get]
 Gets the file to delete. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 

Detailed Description

The arguments passed when the DeleteFileRequest event is raised.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.DeleteFileRequestEventArgs.DeleteFileRequestEventArgs ( RequestContext  context,
FileDirectoryModel  parent,
NodeId  fileToDelete 
)
inline

Initializes a new instance of the DeleteFileRequestEventArgs class.

Parameters
contextThe context.
parentThe parent directory.
fileToDeleteThe file to delete.

Property Documentation

RequestContext UnifiedAutomation.UaServer.DeleteFileRequestEventArgs.Context
get

Gets the request context passed to the method call.

NodeId UnifiedAutomation.UaServer.DeleteFileRequestEventArgs.FileToDelete
get

Gets the file to delete.

FileDirectoryModel UnifiedAutomation.UaServer.DeleteFileRequestEventArgs.Parent
get

Gets the directory containing the file to delete.

StatusCode UnifiedAutomation.UaServer.DeleteFileRequestEventArgs.StatusCode
getset

Gets or sets the status code.


The documentation for this class was generated from the following file: