ConnectedServiceHandler Class
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.
A MEF contract implemented by Connected Service authors in order to add a service instance reference to the project, including adding files, SDKs, and snippets.
public ref class ConnectedServiceHandler abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceHandler abstract
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceHandler abstract
public abstract class ConnectedServiceHandler
type ConnectedServiceHandler = class
Public MustInherit Class ConnectedServiceHandler
- Inheritance
-
ConnectedServiceHandler
Constructors
ConnectedServiceHandler() |
Initializes a new instance of the ConnectedServiceHandler class. |
Methods
AddServiceInstanceAsync(ConnectedServiceHandlerContext, CancellationToken) |
Given a connected service instance, add the necessary files and SDKs to the project in order to enable the given service. |
UpdateServiceInstanceAsync(ConnectedServiceHandlerContext, CancellationToken) |
Given an existing connected service instance, update the necessary files and SDKs in the project in order to enable the given service. |