Click or drag to resize

OnDemandCallbackContext Properties

The OnDemandCallbackContext type exposes the following members.

Properties
  NameDescription
Public propertyCancellationToken
Gets the cancellation token.
Public propertyCount
Gets the count. Will be valid in HydrateDataAsync, CancelHydrateData and ValidateData context.
Public propertyFetchDataFlags
Gets the fetch data flags. Will be valid in HydrateDataAsync context.
Public propertyFileSize
Gets the file size.
Public propertyFullPath
Gets the file or directory full path.
Public propertyLastDehydrationReason
Gets the last dehydration reason. Will be valid in HydrateDataAsync context.
Public propertyLastDehydrationTime
Gets the last dehydration time. Will be valid in HydrateDataAsync context.
Public propertyOffset
Gets the offset. Will be valid in HydrateDataAsync, CancelHydrateData and ValidateData context.
Public propertyOptionalFileOffset
Gets the optional file offset. Will be valid in HydrateDataAsync context.
Public propertyOptionalLength
Gets the optional file length. Will be valid in HydrateDataAsync context.
Public propertyProcessApplicationId
Gets the calling process application identifier.
Public propertyProcessId
Gets the calling process identifier.
Public propertyProcessImagePath
Gets the calling process image path.
Public propertyProcessPackageName
Gets calling process package name.
Top
See Also