Share via


GetNewIdResponse Class

Returns a new Id that is unique in the underlying repository.

Namespace:  Microsoft.Imm.Sdk.Services.Dam
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

Syntax

[DataContractAttribute(Name = "GetNewIdResponse", Namespace = "https://schemas.microsoft.com/imm/2007/07/DamDataContracts")]
public class GetNewIdResponse

Remarks

Each service implementation is responsible for generating a unique identifier (UUID) for use in tracking the assets. This unique identifier is used as the Subject of the RDF triple that is stored in the IMM RDF store. It may also be desirable to call an external Registration Authority (ISAN or AD-ID) in this method to retrieve a globally unique identifier.

Inheritance Hierarchy

System. . :: .Object
  Microsoft.Imm.Sdk.Services.Dam..::.GetNewIdResponse

See Also

GetNewIdResponse Members

Microsoft.Imm.Sdk.Services.Dam Namespace