Timestamp.Process

Timestamp.Process method

Processes the timestamp plugin with the supplied options.

public ResultContainer Process(IPluginOptions options)
ParameterTypeDescription
optionsIPluginOptionsAn options object containing inputs, outputs and timestamp settings.

Return Value

A ResultContainer with the operation results.

Exceptions

exceptioncondition
ArgumentNullExceptionIf options is null.
InvalidOperationExceptionIf options is not of type TimestampOptions.

See Also