MeteringRecord(Guid, Collection<MeteringAction>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MeteringRecord class.
public MeteringRecord (Guid keyId, System.Collections.ObjectModel.Collection<Microsoft.Media.Drm.MeteringAction> actions);
new Microsoft.Media.Drm.MeteringRecord : Guid * System.Collections.ObjectModel.Collection<Microsoft.Media.Drm.MeteringAction> -> Microsoft.Media.Drm.MeteringRecord
Public Sub New (keyId As Guid, actions As Collection(Of MeteringAction))
Parameters
- keyId
- Guid
The key identifier of the metering record.
- actions
- Collection<MeteringAction>
The collection of MeteringAction for the metering record.