NamedPolicy.ClearAllPoliciesAsync 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.
Overloads
ClearAllPoliciesAsync() | |
ClearAllPoliciesAsync(String) |
ClearAllPoliciesAsync()
public:
static IAsyncAction ^ ClearAllPoliciesAsync();
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("ClearAllPoliciesAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ClearAllPoliciesAsync();
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("ClearAllPoliciesAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearAllPoliciesAsync();
function clearAllPoliciesAsync()
Public Shared Function ClearAllPoliciesAsync () As IAsyncAction
Returns
- Attributes
Applies to
ClearAllPoliciesAsync(String)
public:
static IAsyncAction ^ ClearAllPoliciesAsync(Platform::String ^ accountId);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("ClearAllPoliciesForAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction ClearAllPoliciesAsync(winrt::hstring const& accountId);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("ClearAllPoliciesForAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction ClearAllPoliciesAsync(string accountId);
function clearAllPoliciesAsync(accountId)
Public Shared Function ClearAllPoliciesAsync (accountId As String) As IAsyncAction
Parameters
- accountId
-
String
Platform::String
winrt::hstring
Returns
- Attributes