MeteringAction(String, Int64) 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 MeteringAction class.
public MeteringAction (string name, long value);
new Microsoft.Media.Drm.MeteringAction : string * int64 -> Microsoft.Media.Drm.MeteringAction
Public Sub New (name As String, value As Long)
Parameters
- name
- String
The name of the action.
- value
- Int64
The count of the action.