C# 클래스 WinPhoneClient.Intf.WindowsPhonePushProviderService_AsyncProxy

상속: RemObjects.SDK.AsyncProxy, IWindowsPhonePushProviderService_Async
파일 보기 프로젝트 열기: remobjects/Push 1 사용 예제들

공개 메소드들

메소드 설명
BeginRegisterDevice ( string deviceId, string pushNotificationURI, string osVersion, string additionalInfo, System @__Callback, object @__UserData ) : System.IAsyncResult
BeginUnregisterDevice ( string deviceId, System @__Callback, object @__UserData ) : System.IAsyncResult
EndRegisterDevice ( System @__AsyncResult ) : void
EndUnregisterDevice ( System @__AsyncResult ) : void
WindowsPhonePushProviderService_AsyncProxy ( RemObjects aRemoteService ) : System
WindowsPhonePushProviderService_AsyncProxy ( RemObjects aMessage, RemObjects aClientChannel ) : System
WindowsPhonePushProviderService_AsyncProxy ( RemObjects aMessage, RemObjects aClientChannel, string aOverrideInterfaceName ) : System
WindowsPhonePushProviderService_AsyncProxy ( RemObjects aRemoteService, string aOverrideInterfaceName ) : System
WindowsPhonePushProviderService_AsyncProxy ( System aUri ) : System
WindowsPhonePushProviderService_AsyncProxy ( string aUrl ) : System

보호된 메소드들

메소드 설명
@__GetInterfaceName ( ) : string

메소드 상세

@__GetInterfaceName() 보호된 메소드

protected @__GetInterfaceName ( ) : string
리턴 string

BeginRegisterDevice() 공개 메소드

public BeginRegisterDevice ( string deviceId, string pushNotificationURI, string osVersion, string additionalInfo, System @__Callback, object @__UserData ) : System.IAsyncResult
deviceId string
pushNotificationURI string
osVersion string
additionalInfo string
@__Callback System
@__UserData object
리턴 System.IAsyncResult

BeginUnregisterDevice() 공개 메소드

public BeginUnregisterDevice ( string deviceId, System @__Callback, object @__UserData ) : System.IAsyncResult
deviceId string
@__Callback System
@__UserData object
리턴 System.IAsyncResult

EndRegisterDevice() 공개 메소드

public EndRegisterDevice ( System @__AsyncResult ) : void
@__AsyncResult System
리턴 void

EndUnregisterDevice() 공개 메소드

public EndUnregisterDevice ( System @__AsyncResult ) : void
@__AsyncResult System
리턴 void

WindowsPhonePushProviderService_AsyncProxy() 공개 메소드

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aRemoteService ) : System
aRemoteService RemObjects
리턴 System

WindowsPhonePushProviderService_AsyncProxy() 공개 메소드

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aMessage, RemObjects aClientChannel ) : System
aMessage RemObjects
aClientChannel RemObjects
리턴 System

WindowsPhonePushProviderService_AsyncProxy() 공개 메소드

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aMessage, RemObjects aClientChannel, string aOverrideInterfaceName ) : System
aMessage RemObjects
aClientChannel RemObjects
aOverrideInterfaceName string
리턴 System

WindowsPhonePushProviderService_AsyncProxy() 공개 메소드

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aRemoteService, string aOverrideInterfaceName ) : System
aRemoteService RemObjects
aOverrideInterfaceName string
리턴 System

WindowsPhonePushProviderService_AsyncProxy() 공개 메소드

public WindowsPhonePushProviderService_AsyncProxy ( System aUri ) : System
aUri System
리턴 System

WindowsPhonePushProviderService_AsyncProxy() 공개 메소드

public WindowsPhonePushProviderService_AsyncProxy ( string aUrl ) : System
aUrl string
리턴 System