Edit

Share via


IFileHandler.InspectAsync Method

Definition

Create file inspector for the object if possible, useful when trying to inspect (e.g.reading body) supported formats.

public System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileInspector> InspectAsync ();
abstract member InspectAsync : unit -> System.Threading.Tasks.Task<Microsoft.InformationProtection.File.IFileInspector>
Public Function InspectAsync () As Task(Of IFileInspector)

Returns

A task that represents the asynchronous File inspect operation. The value of the TResult parameter contains the inspector.

Applies to