ITransformTaskStatus.PercenctComplete Property
Gets the percentage of task completion that can be used to report progress in the UI.
Namespace: Microsoft.Web.Media.TransformManager
Assembly: Microsoft.Web.Media.TransformManager.Sdk (in Microsoft.Web.Media.TransformManager.Sdk.dll)
Syntax
'Declaration
ReadOnly Property PercenctComplete As UShort
Get
'Usage
Dim instance As ITransformTaskStatus
Dim value As UShort
value = instance.PercenctComplete
ushort PercenctComplete { get; }
property unsigned short PercenctComplete {
unsigned short get ();
}
function get PercenctComplete () : ushort
Property Value
Type: System.UInt16
Returns UInt16.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).