C# Класс InTheHand.ApplicationModel.Calls.PhoneLine

Provides methods for launching the built-in phone call UI.
Показать файл Открыть проект

Открытые методы

Метод Описание
Dial ( string number, string displayName ) : void

Place a phone call on the phone line. The caller must be in the foreground.

FromIdAsync ( System.Guid lineId ) : Task

This static method asynchronously retrieves a PhoneLine object that represents a specific phone line on the device based on the line ID.

Приватные методы

Метод Описание
PhoneLine ( ) : System
PhoneLine ( Windows line ) : System
PhoneLine ( object line ) : System

Описание методов

Dial() публичный Метод

Place a phone call on the phone line. The caller must be in the foreground.
public Dial ( string number, string displayName ) : void
number string The number to dial.
displayName string The display name of the party receiving the phone call. /// This parameter is optional.
Результат void

FromIdAsync() публичный статический Метод

This static method asynchronously retrieves a PhoneLine object that represents a specific phone line on the device based on the line ID.
public static FromIdAsync ( System.Guid lineId ) : Task
lineId System.Guid The line ID of the phone line to retrieve.
Результат Task