Condividi tramite


BitsJobTransferEventArgs.Elapsed Property

 

Gets the elapsed time of the BITS job.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public TimeSpan Elapsed { get; private set; }
public:
property TimeSpan Elapsed {
    TimeSpan get();
    private: void set(TimeSpan value);
}
Public Property Elapsed As TimeSpan
    Get
    Private Set
End Property

Property Value

Type: System.TimeSpan

See Also

BitsJobTransferEventArgs Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top