DeltaInventoryFile Class

 

Represents a delta inventory file.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)


[SerializableAttribute]
public ref class DeltaInventoryFile sealed : DataLoaderFile

NameDescription
System_CAPS_pubpropertyAgentName

Gets the agent name.

System_CAPS_pubpropertyArchitecture

Gets the architecture.

System_CAPS_pubpropertyBuildNumber

Gets or sets the build number that the status message comes from. The default value is the build version of the binary. (Inherited from VarFile.)

System_CAPS_pubpropertyClientId

Gets the SMS client ID.

System_CAPS_pubpropertyClientType

Gets the client type.

System_CAPS_pubpropertyFileSuffix

Gets the file suffix. (Overrides MessageFileBase::FileSuffix.)

System_CAPS_pubpropertyInventoryPayload

Gets or sets the inventory message payload.

System_CAPS_pubpropertyIsSigned

If true, the file is signed. (Inherited from VarFile.)

System_CAPS_pubpropertyMachineName

Gets the machine name.

System_CAPS_pubpropertySettings

Gets the properties and settings for the message. (Inherited from MessageFileBase.)

System_CAPS_pubpropertySigningCertificate

Gets or sets the certificate to use for signing. This property is ignored unless IsSigned is true. (Inherited from VarFile.)

System_CAPS_pubpropertyTrusted

Gets or sets a value that indicates whether sending will use a trusted (authenticated) inbox. The default value is false. (Inherited from MessageFileBase.)

NameDescription
System_CAPS_pubmethodDiscover()

Automatically discovers local information for sending a message. (Inherited from MessageFileBase.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGenerateFileName()

Generates a random name for the output file. (Inherited from MessageFileBase.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticReadPlainMif(String^)

Reads a MIF file and outputs a valid NHM file.

System_CAPS_pubmethodSerialize()

Serializes to a VarFile byte stream. (Overrides VarFile::Serialize().)

System_CAPS_pubmethodSerializeToFile(String^)

Creates a file with a random file name and writes it to the output path. (Inherited from MessageFileBase.)

System_CAPS_pubmethodSerializeToInbox()

Creates a file and writes it directly to the appropriate inbox. If the Configuration Manager site server is not present on the local machine where this is run and HostName is not set, an exception will be raised. (Inherited from MessageFileBase.)

System_CAPS_pubmethodSerializeToInbox(String^)

Obsolete. Use SerializeToInbox and specify the server name by using HostName.

Creates a file and writes directly to the appropriate inbox. If the Configuration Manager site server is not present on the remote machine where this is run, an exception will be raised. (Inherited from MessageFileBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

Validates that all required properties are set for the message to be successfully sent. (Inherited from VarFile.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyIMessageBase::Settings

Gets the properties and settings for the message.(Inherited from MessageFileBase.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: