ServerPlatformSettingsExtensions.SetDomainsForAlternateCallScreening 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.
public:
[System::Runtime::CompilerServices::Extension]
static void SetDomainsForAlternateCallScreening(Microsoft::Rtc::Collaboration::ServerPlatformSettings ^ platformSettings, System::Collections::Generic::IEnumerable<System::String ^> ^ allowedDomains);
public static void SetDomainsForAlternateCallScreening (this Microsoft.Rtc.Collaboration.ServerPlatformSettings platformSettings, System.Collections.Generic.IEnumerable<string> allowedDomains);
static member SetDomainsForAlternateCallScreening : Microsoft.Rtc.Collaboration.ServerPlatformSettings * seq<string> -> unit
<Extension()>
Public Sub SetDomainsForAlternateCallScreening (platformSettings As ServerPlatformSettings, allowedDomains As IEnumerable(Of String))
Parameters
- platformSettings
- ServerPlatformSettings
- allowedDomains
- IEnumerable<String>