DkmWaitUIOperation.OnStart(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.