Click or drag to resize

BackgroundCopyNotifyCommandLine Class

Specifies a program to execute when the job enters the error or transferred state.
Inheritance Hierarchy
SystemObject
  usis.Net.BitsBackgroundCopyNotifyCommandLine

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public sealed class BackgroundCopyNotifyCommandLine

The BackgroundCopyNotifyCommandLine type exposes the following members.

Constructors
  NameDescription
Public methodBackgroundCopyNotifyCommandLine(String)
Initializes a new instance of the BackgroundCopyNotifyCommandLine class with the specified program to execute.
Public methodBackgroundCopyNotifyCommandLine(String, String)
Initializes a new instance of the BackgroundCopyNotifyCommandLine class.
Top
Properties
  NameDescription
Public propertyParameters
Gets the parameters of the program.
Public propertyProgram
Gets the program to execute.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also