CommandLineArgsCallbackContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a callback context for the list of command-line arguments associated with an executable resource.
public sealed class CommandLineArgsCallbackContext
type CommandLineArgsCallbackContext = class
Public NotInheritable Class CommandLineArgsCallbackContext
- Inheritance
-
CommandLineArgsCallbackContext
Constructors
| CommandLineArgsCallbackContext(IList<Object>, CancellationToken) |
Represents a callback context for the list of command-line arguments associated with an executable resource. |
| CommandLineArgsCallbackContext(IList<Object>, IResource, CancellationToken) |
Represents a callback context for the list of command-line arguments associated with an executable resource. |
Properties
| Args |
Gets the list of command-line arguments. |
| CancellationToken |
Gets the cancellation token associated with the callback context. |
| ExecutionContext |
Gets or sets the execution context for the distributed application. |
| Logger |
Gets or sets the logger for the distributed application. |
| Resource |
The resource associated with this callback context. |