ExposureControl.SetValueAsync(TimeSpan) Method

Definition

Asynchronously sets the exposure time.

public:
 virtual IAsyncAction ^ SetValueAsync(TimeSpan shutterDuration) = SetValueAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetValueAsync(TimeSpan const& shutterDuration);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetValueAsync(System.TimeSpan shutterDuration);
function setValueAsync(shutterDuration)
Public Function SetValueAsync (shutterDuration As TimeSpan) As IAsyncAction

Parameters

shutterDuration
TimeSpan TimeSpan

The exposure time to set the Value property to. The minimum and maximum values are specified by Min and Max.

Returns

The object that is used to control the asynchronous operation.

Attributes

Applies to

See also