BackgroundTaskBuilder.SetTaskEntryPointClsid(Guid) 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.
Assigns a COM CLSID entry point for the background task using an existing BackgroundTaskBuilder object.
public:
virtual void SetTaskEntryPointClsid(Platform::Guid clsId) = SetTaskEntryPointClsid;
void SetTaskEntryPointClsid(winrt::guid const& clsId);
public void SetTaskEntryPointClsid(Guid clsId);
function setTaskEntryPointClsid(clsId)
Public Sub SetTaskEntryPointClsid (clsId As Guid)
Parameters
- clsId
-
Guid
Platform::Guid
winrt::guid
The GUID of the entry point class.