Compartir a través de


ExternalControl.Start Method

Parses initstring, launches the corresponding process (if one has not been already assigned), searches for (and acquires) the main window of the application, then configures a window management strategy based upon the initstring configuration.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ExternalControl
Dim pumpMessagesWhileWaiting As Boolean

instance.Start(pumpMessagesWhileWaiting)

Syntax

'Declaration
Public Sub Start ( _
    pumpMessagesWhileWaiting As Boolean _
)
public void Start (
    bool pumpMessagesWhileWaiting
)
public:
void Start (
    bool pumpMessagesWhileWaiting
)
public void Start (
    boolean pumpMessagesWhileWaiting
)
public function Start (
    pumpMessagesWhileWaiting : boolean
)

Parameters

  • pumpMessagesWhileWaiting
    True to pump windows messages while waiting for the main window to appear.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ExternalControl Class
ExternalControl Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.