The following tables list the members exposed by MediaNActionInitRequestCommand.
| Name | Description | |
|---|---|---|
| MediaNActionInitRequestCommand Constructor | Initializes a new instance of the MediaNActionInitRequestCommand class. |
| Name | Description | |
|---|---|---|
| Canceled | Gets a value indicating if the DicomCommand.Cancel method was called on the command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| MediaCreationDataAccess | Gets or sets the media creation data access agent. |
| RequestDataSet | Gets the Leadtools.Dicom.DicomDataSet that is received with the client request. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Session | Gets or sets the session. (Inherited from Leadtools.Dicom.Scp.Command.NActionCommand) |
| Name | Description | |
|---|---|---|
| Cancel | Cancel the processing of the command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Execute | Process the client request. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| Name | Description | |
|---|---|---|
| DoExecute | Overridden. Performs the actual processing of the client request. |
| IfCanceledThrowException | Throws an exception if the user canceled the execution of the command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| SendErrorResponse | Sends the error response that occured during a DICOM command. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |
| ValidateRequestDataSet | Validates the dataset sent during a DICOM command request. (Inherited from Leadtools.Dicom.Scp.Command.DicomCommand) |