ExtendedApplicationProvider.CreateExtendedApplication Method (ApplicationRecord, Guid)
Creates an extended application.
Namespace: Microsoft.Uii.Csr.Providers
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ExtendedApplicationProvider
Dim application As ApplicationRecord
Dim applicationID As Guid
Dim returnValue As IHostedApplication3
returnValue = instance.CreateExtendedApplication(application, applicationID)
Syntax
'Declaration
Public Overridable Function CreateExtendedApplication ( _
application As ApplicationRecord, _
applicationID As Guid _
) As IHostedApplication3
public virtual IHostedApplication3 CreateExtendedApplication (
ApplicationRecord application,
Guid applicationID
)
public:
virtual IHostedApplication3^ CreateExtendedApplication (
ApplicationRecord^ application,
Guid applicationID
)
public IHostedApplication3 CreateExtendedApplication (
ApplicationRecord application,
Guid applicationID
)
public function CreateExtendedApplication (
application : ApplicationRecord,
applicationID : Guid
) : IHostedApplication3
Parameters
- application
Specifies the application record containing information about the application being created/run.
- applicationID
Specifies the application ID used to identiy which application host owns the extended application.
Return Value
IHostedApplication3 interface of the create/run application.
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
ExtendedApplicationProvider Class
ExtendedApplicationProvider Members
Microsoft.Uii.Csr.Providers Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.