Class LoadProcess
Inheritance
System.Object
LoadProcess
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.Logging
Assembly: ETLBox.dll
Syntax#
Properties
AbortMessage#
Declaration
public string AbortMessage { get; set; }
Property Value
Type | Description |
---|
System.String | |
EndDate#
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|
System.Nullable<System.DateTime> | |
EndMessage#
Declaration
public string EndMessage { get; set; }
Property Value
Type | Description |
---|
System.String | |
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|
System.Nullable<System.Int64> | |
IsFinished#
Declaration
public bool IsFinished { get; }
Property Value
Type | Description |
---|
System.Boolean | |
IsRunning#
Declaration
public bool IsRunning { get; set; }
Property Value
Type | Description |
---|
System.Boolean | |
ProcessName#
Declaration
public string ProcessName { get; set; }
Property Value
Type | Description |
---|
System.String | |
Source#
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|
System.String | |
SourceId#
Declaration
public long? SourceId { get; set; }
Property Value
Type | Description |
---|
System.Nullable<System.Int64> | |
StartDate#
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|
System.DateTime | |
StartMessage#
Declaration
public string StartMessage { get; set; }
Property Value
Type | Description |
---|
System.String | |
WasAborted#
Declaration
public bool WasAborted { get; set; }
Property Value
Type | Description |
---|
System.Boolean | |
WasSuccessful#
Declaration
public bool WasSuccessful { get; set; }
Property Value
Type | Description |
---|
System.Boolean | |
Methods
Abort()#
Declaration
public LoadProcess Abort()
Returns
Abort(IConnectionManager)#
Declaration
public LoadProcess Abort(IConnectionManager connection)
Parameters
Returns
Abort(IConnectionManager, String)#
Declaration
public LoadProcess Abort(IConnectionManager connection, string message)
Parameters
Returns
Abort(String)#
Declaration
public LoadProcess Abort(string message)
Parameters
Type | Name | Description |
---|
System.String | message | |
Returns
End()#
Declaration
Returns
End(IConnectionManager)#
Declaration
public LoadProcess End(IConnectionManager connection)
Parameters
Returns
End(IConnectionManager, String)#
Declaration
public LoadProcess End(IConnectionManager connection, string message)
Parameters
Returns
End(String)#
Declaration
public LoadProcess End(string message)
Parameters
Type | Name | Description |
---|
System.String | message | |
Returns