C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Notifications.PushClient

상속: IPushClient
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
PushClient ( Uri endpointsServiceUri, Action signRequestDelegate, string applicationId, string clientId, string deviceType, Dispatcher dispatcher = null ) : System
Register ( Action callback, Uri tileNavigationUri = null ) : void
Unregister ( Action callback, Uri tileNavigationUri = null ) : void

보호된 메소드들

메소드 설명
DispatchCallback ( Action callback, PushRegistrationResponse response ) : void
ResolveRequest ( Uri requestUri ) : HttpWebRequest

비공개 메소드들

메소드 설명
DeleteEndpoint ( Action callback, Uri tileNavigationUri ) : void
PutEndpoint ( Uri tileNavigationUri, Action callback ) : void

메소드 상세

DispatchCallback() 보호된 메소드

protected DispatchCallback ( Action callback, PushRegistrationResponse response ) : void
callback Action
response PushRegistrationResponse
리턴 void

PushClient() 공개 메소드

public PushClient ( Uri endpointsServiceUri, Action signRequestDelegate, string applicationId, string clientId, string deviceType, Dispatcher dispatcher = null ) : System
endpointsServiceUri System.Uri
signRequestDelegate Action
applicationId string
clientId string
deviceType string
dispatcher System.Windows.Threading.Dispatcher
리턴 System

Register() 공개 메소드

public Register ( Action callback, Uri tileNavigationUri = null ) : void
callback Action
tileNavigationUri System.Uri
리턴 void

ResolveRequest() 보호된 메소드

protected ResolveRequest ( Uri requestUri ) : HttpWebRequest
requestUri System.Uri
리턴 System.Net.HttpWebRequest

Unregister() 공개 메소드

public Unregister ( Action callback, Uri tileNavigationUri = null ) : void
callback Action
tileNavigationUri System.Uri
리턴 void