HostedAppLauncher.CreateWinFormApplication Method (ApplicationRecord, WorkItem)
Create a new UII WinForm (HosstedControl) based application.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim app As ApplicationRecord
Dim workItem As WorkItem
Dim returnValue As IHostedApplication
returnValue = Me.CreateWinFormApplication(app, workItem)
Syntax
'Declaration
Protected Overridable Function CreateWinFormApplication ( _
app As ApplicationRecord, _
workItem As WorkItem _
) As IHostedApplication
protected virtual IHostedApplication CreateWinFormApplication (
ApplicationRecord app,
WorkItem workItem
)
protected:
virtual IHostedApplication^ CreateWinFormApplication (
ApplicationRecord^ app,
WorkItem^ workItem
)
protected IHostedApplication CreateWinFormApplication (
ApplicationRecord app,
WorkItem workItem
)
protected function CreateWinFormApplication (
app : ApplicationRecord,
workItem : WorkItem
) : IHostedApplication
Parameters
- app
- workItem
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
HostedAppLauncher Class
HostedAppLauncher Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.