Share via


DiagnosticsReport.EndProbeAsync Method (IImageProvider)

End the probing session for an object, and create a report.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public static IAsyncOperation<DiagnosticsReport> EndProbeAsync(
    IImageProvider imageProvider
)
'Declaration
Public Shared Function EndProbeAsync ( 
    imageProvider As IImageProvider
) As IAsyncOperation(Of DiagnosticsReport)
public:
static IAsyncOperation<DiagnosticsReport^>^ EndProbeAsync(
    [InAttribute] IImageProvider^ imageProvider
)
Lumia.Imaging.DiagnosticsReport.EndProbeAsync = function(imageProvider);

Parameters

Return Value

Type: IAsyncOperation<DiagnosticsReport>
An asynchronous result with the report.

Remarks

An empty report will be generated if a matching call to BeginProbe has not been made for the specified object prior to calling this method.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

DiagnosticsReport Class

DiagnosticsReport.DiagnosticsReport Members

EndProbeAsync Overload

Lumia.Imaging Namespace