C# 클래스 InTheHand.ApplicationModel.Calls.PhoneLine

Provides methods for launching the built-in phone call UI.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
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