DkmWaitUIOperation.OnStart(Int32) Method

Definition

Indicates that the operation has begun. UI will pop up from the IDE if it is still in progress after the delay has expired. The implementation of this method is async and this function will immediately return. The caller make sure to Close the DkmWaitUIOperation to indicate that the operation is complete.

This method may only be called by the component which created the object.

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 void OnStart(int DelayMilliseconds);
public:
 void OnStart(int DelayMilliseconds);
void OnStart(int DelayMilliseconds);
public void OnStart (int DelayMilliseconds);
member this.OnStart : int -> unit
Public Sub OnStart (DelayMilliseconds As Integer)

Parameters

DelayMilliseconds
Int32

[In] Number of milliseconds to delay before putting up the wait UI.

Applies to