PeerDPDownloadStatusDetails Class
Represents the details for a branch distribution point download status message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PeerDPDownloadStatusDetails
Syntax
[SerializableAttribute]
public sealed class PeerDPDownloadStatusDetails
[SerializableAttribute]
public ref class PeerDPDownloadStatusDetails sealed
<SerializableAttribute>
Public NotInheritable Class PeerDPDownloadStatusDetails
Constructors
Name | Description | |
---|---|---|
PeerDPDownloadStatusDetails() | Initializes a new instance of the PeerDPDownloadStatusDetails class. |
Properties
Name | Description | |
---|---|---|
HttpUrl | Gets or sets the HTTP URL. |
|
Location | Gets or sets the location. |
|
PackageId | Gets or sets the package ID. |
|
PackageServer | Gets or sets the package server. |
|
Personality | Gets or sets the personality. |
|
ShareName | Gets or sets the name of the share. |
|
SiteCode | Gets or sets the site code. |
|
SourceVersion | Gets or sets the source version. |
|
State | Gets or sets the state. |
|
Status | Gets or sets the status. |
|
Type | Gets or sets the type. |
|
UpdateTime | Gets or sets the update time. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top