PhoneCallBlocking.SetCallBlockingListAsync(IIterable<String>) Method

Definition

Sets the list of numbers that should be blocked.

public:
 static IAsyncOperation<bool> ^ SetCallBlockingListAsync(IIterable<Platform::String ^> ^ phoneNumberList);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> SetCallBlockingListAsync(IIterable<winrt::hstring> const& phoneNumberList);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> SetCallBlockingListAsync(IEnumerable<string> phoneNumberList);
function setCallBlockingListAsync(phoneNumberList)
Public Shared Function SetCallBlockingListAsync (phoneNumberList As IEnumerable(Of String)) As IAsyncOperation(Of Boolean)

Parameters

phoneNumberList

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

A list of numbers that should be blocked.

Returns

True if the operation was successful, otherwise false.

Attributes

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to