C# Class WinPhoneClient.Intf.WindowsPhonePushProviderService_AsyncProxy

Inheritance: RemObjects.SDK.AsyncProxy, IWindowsPhonePushProviderService_Async
Afficher le fichier Open project: remobjects/Push Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
@__GetInterfaceName ( ) : string

Method Details

@__GetInterfaceName() protected méthode

protected @__GetInterfaceName ( ) : string
Résultat string

BeginRegisterDevice() public méthode

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
Résultat System.IAsyncResult

BeginUnregisterDevice() public méthode

public BeginUnregisterDevice ( string deviceId, System @__Callback, object @__UserData ) : System.IAsyncResult
deviceId string
@__Callback System
@__UserData object
Résultat System.IAsyncResult

EndRegisterDevice() public méthode

public EndRegisterDevice ( System @__AsyncResult ) : void
@__AsyncResult System
Résultat void

EndUnregisterDevice() public méthode

public EndUnregisterDevice ( System @__AsyncResult ) : void
@__AsyncResult System
Résultat void

WindowsPhonePushProviderService_AsyncProxy() public méthode

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aRemoteService ) : System
aRemoteService RemObjects
Résultat System

WindowsPhonePushProviderService_AsyncProxy() public méthode

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aMessage, RemObjects aClientChannel ) : System
aMessage RemObjects
aClientChannel RemObjects
Résultat System

WindowsPhonePushProviderService_AsyncProxy() public méthode

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aMessage, RemObjects aClientChannel, string aOverrideInterfaceName ) : System
aMessage RemObjects
aClientChannel RemObjects
aOverrideInterfaceName string
Résultat System

WindowsPhonePushProviderService_AsyncProxy() public méthode

public WindowsPhonePushProviderService_AsyncProxy ( RemObjects aRemoteService, string aOverrideInterfaceName ) : System
aRemoteService RemObjects
aOverrideInterfaceName string
Résultat System

WindowsPhonePushProviderService_AsyncProxy() public méthode

public WindowsPhonePushProviderService_AsyncProxy ( System aUri ) : System
aUri System
Résultat System

WindowsPhonePushProviderService_AsyncProxy() public méthode

public WindowsPhonePushProviderService_AsyncProxy ( string aUrl ) : System
aUrl string
Résultat System