ExeHostEntryPointDescription 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.
Provides information about the executable entry point.
public sealed class ExeHostEntryPointDescription : System.Fabric.Description.EntryPointDescription
type ExeHostEntryPointDescription = class
inherit EntryPointDescription
Public NotInheritable Class ExeHostEntryPointDescription
Inherits EntryPointDescription
- Inheritance
Properties
Arguments |
Gets or sets the arguments passed to the executable as specified in the service manifest. |
ConsoleRedirectionEnabled |
Gets or sets a value that indicates whether to enable or disable console redirection for executables. Default is |
ConsoleRedirectionFileMaxSizeInKb |
Gets or sets the maximum size in KB for console redirection file. |
ConsoleRedirectionFileRetentionCount |
Gets or sets the maximum number of files used for console redirection before overwriting content in circular way. |
IsExternalExecutable |
Gets a value that indicates whether the program is an external executable outside of the code package. |
Kind |
Indicates an entry point type. (Inherited from EntryPointDescription) |
PeriodicInterval |
Gets or sets the time period, if executable needs to be activated periodically. |
Program |
Gets or sets the executable name as specified in the service manifest. |
WorkingFolder |
Gets or sets the working folder for the executable as specified in the service manifest. |
Methods
ToString() |
Gets the string representation of this entry point. |
Applies to
Azure SDK for .NET