ISysStorageProviderHandlerFactory.GetEventSource(String, String) 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.
For internal use only.
[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).
public:
ISysStorageProviderEventSource ^ GetEventSource(Platform::String ^ syncRootId, Platform::String ^ eventName);
ISysStorageProviderEventSource GetEventSource(winrt::hstring const& syncRootId, winrt::hstring const& eventName);
public ISysStorageProviderEventSource GetEventSource(string syncRootId, string eventName);
function getEventSource(syncRootId, eventName)
Public Function GetEventSource (syncRootId As String, eventName As String) As ISysStorageProviderEventSource
Parameters
- syncRootId
-
String
Platform::String
winrt::hstring
For internal use only.
[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).
- eventName
-
String
Platform::String
winrt::hstring
For internal use only.
[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).
Returns
For internal use only.
[IMPORTANT] These interfaces exist so that the Windows Files app can implement them for purposes of integrating with other file providers. These interfaces aren't for general use, and any implementation that you author won't be called by the operating system (OS).