C# Class Evernote.EDAM.UserStore.UserStore.Client

Inheritance: Iface
Afficher le fichier Open project: evernote/evernote-demo-metro Class Usage Examples

Protected Properties

Свойство Type Description
iprot_ TProtocol
oprot_ TProtocol
seqid_ int

Méthodes publiques

Méthode Description
Begin_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult
Begin_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult
Begin_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult
Begin_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
Begin_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
Begin_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult
Begin_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
Begin_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
Client ( TProtocol prot ) : System
Client ( TProtocol iprot, TProtocol oprot ) : System
End_authenticate ( IAsyncResult asyncResult ) : AuthenticationResult
End_checkVersion ( IAsyncResult asyncResult ) : bool
End_getBootstrapInfo ( IAsyncResult asyncResult ) : BootstrapInfo
End_getNoteStoreUrl ( IAsyncResult asyncResult ) : string
End_getPremiumInfo ( IAsyncResult asyncResult ) : PremiumInfo
End_getPublicUserInfo ( IAsyncResult asyncResult ) : PublicUserInfo
End_getUser ( IAsyncResult asyncResult ) : Evernote.EDAM.Type.User
End_refreshAuthentication ( IAsyncResult asyncResult ) : AuthenticationResult
authenticate ( string username, string password, string consumerKey, string consumerSecret ) : AuthenticationResult
checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : bool
getBootstrapInfo ( string locale ) : BootstrapInfo
getNoteStoreUrl ( string authenticationToken ) : string
getPremiumInfo ( string authenticationToken ) : PremiumInfo
getPublicUserInfo ( string username ) : PublicUserInfo
getUser ( string authenticationToken ) : Evernote.EDAM.Type.User
recv_authenticate ( ) : AuthenticationResult
recv_checkVersion ( ) : bool
recv_getBootstrapInfo ( ) : BootstrapInfo
recv_getNoteStoreUrl ( ) : string
recv_getPremiumInfo ( ) : PremiumInfo
recv_getPublicUserInfo ( ) : PublicUserInfo
recv_getUser ( ) : Evernote.EDAM.Type.User
recv_refreshAuthentication ( ) : AuthenticationResult
refreshAuthentication ( string authenticationToken ) : AuthenticationResult
send_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult
send_authenticate ( string username, string password, string consumerKey, string consumerSecret ) : void
send_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult
send_checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : void
send_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult
send_getBootstrapInfo ( string locale ) : void
send_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
send_getNoteStoreUrl ( string authenticationToken ) : void
send_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
send_getPremiumInfo ( string authenticationToken ) : void
send_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult
send_getPublicUserInfo ( string username ) : void
send_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
send_getUser ( string authenticationToken ) : void
send_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
send_refreshAuthentication ( string authenticationToken ) : void

Method Details

Begin_authenticate() public méthode

public Begin_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult
callback AsyncCallback
state object
username string
password string
consumerKey string
consumerSecret string
Résultat IAsyncResult

Begin_checkVersion() public méthode

public Begin_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult
callback AsyncCallback
state object
clientName string
edamVersionMajor short
edamVersionMinor short
Résultat IAsyncResult

Begin_getBootstrapInfo() public méthode

public Begin_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult
callback AsyncCallback
state object
locale string
Résultat IAsyncResult

Begin_getNoteStoreUrl() public méthode

public Begin_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

Begin_getPremiumInfo() public méthode

public Begin_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

Begin_getPublicUserInfo() public méthode

public Begin_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult
callback AsyncCallback
state object
username string
Résultat IAsyncResult

Begin_getUser() public méthode

public Begin_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

Begin_refreshAuthentication() public méthode

public Begin_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

Client() public méthode

public Client ( TProtocol prot ) : System
prot TProtocol
Résultat System

Client() public méthode

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot TProtocol
oprot TProtocol
Résultat System

End_authenticate() public méthode

public End_authenticate ( IAsyncResult asyncResult ) : AuthenticationResult
asyncResult IAsyncResult
Résultat AuthenticationResult

End_checkVersion() public méthode

public End_checkVersion ( IAsyncResult asyncResult ) : bool
asyncResult IAsyncResult
Résultat bool

End_getBootstrapInfo() public méthode

public End_getBootstrapInfo ( IAsyncResult asyncResult ) : BootstrapInfo
asyncResult IAsyncResult
Résultat BootstrapInfo

End_getNoteStoreUrl() public méthode

public End_getNoteStoreUrl ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
Résultat string

End_getPremiumInfo() public méthode

public End_getPremiumInfo ( IAsyncResult asyncResult ) : PremiumInfo
asyncResult IAsyncResult
Résultat PremiumInfo

End_getPublicUserInfo() public méthode

public End_getPublicUserInfo ( IAsyncResult asyncResult ) : PublicUserInfo
asyncResult IAsyncResult
Résultat PublicUserInfo

End_getUser() public méthode

public End_getUser ( IAsyncResult asyncResult ) : Evernote.EDAM.Type.User
asyncResult IAsyncResult
Résultat Evernote.EDAM.Type.User

End_refreshAuthentication() public méthode

public End_refreshAuthentication ( IAsyncResult asyncResult ) : AuthenticationResult
asyncResult IAsyncResult
Résultat AuthenticationResult

authenticate() public méthode

public authenticate ( string username, string password, string consumerKey, string consumerSecret ) : AuthenticationResult
username string
password string
consumerKey string
consumerSecret string
Résultat AuthenticationResult

checkVersion() public méthode

public checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : bool
clientName string
edamVersionMajor short
edamVersionMinor short
Résultat bool

getBootstrapInfo() public méthode

public getBootstrapInfo ( string locale ) : BootstrapInfo
locale string
Résultat BootstrapInfo

getNoteStoreUrl() public méthode

public getNoteStoreUrl ( string authenticationToken ) : string
authenticationToken string
Résultat string

getPremiumInfo() public méthode

public getPremiumInfo ( string authenticationToken ) : PremiumInfo
authenticationToken string
Résultat PremiumInfo

getPublicUserInfo() public méthode

public getPublicUserInfo ( string username ) : PublicUserInfo
username string
Résultat PublicUserInfo

getUser() public méthode

public getUser ( string authenticationToken ) : Evernote.EDAM.Type.User
authenticationToken string
Résultat Evernote.EDAM.Type.User

recv_authenticate() public méthode

public recv_authenticate ( ) : AuthenticationResult
Résultat AuthenticationResult

recv_checkVersion() public méthode

public recv_checkVersion ( ) : bool
Résultat bool

recv_getBootstrapInfo() public méthode

public recv_getBootstrapInfo ( ) : BootstrapInfo
Résultat BootstrapInfo

recv_getNoteStoreUrl() public méthode

public recv_getNoteStoreUrl ( ) : string
Résultat string

recv_getPremiumInfo() public méthode

public recv_getPremiumInfo ( ) : PremiumInfo
Résultat PremiumInfo

recv_getPublicUserInfo() public méthode

public recv_getPublicUserInfo ( ) : PublicUserInfo
Résultat PublicUserInfo

recv_getUser() public méthode

public recv_getUser ( ) : Evernote.EDAM.Type.User
Résultat Evernote.EDAM.Type.User

recv_refreshAuthentication() public méthode

public recv_refreshAuthentication ( ) : AuthenticationResult
Résultat AuthenticationResult

refreshAuthentication() public méthode

public refreshAuthentication ( string authenticationToken ) : AuthenticationResult
authenticationToken string
Résultat AuthenticationResult

send_authenticate() public méthode

public send_authenticate ( AsyncCallback callback, object state, string username, string password, string consumerKey, string consumerSecret ) : IAsyncResult
callback AsyncCallback
state object
username string
password string
consumerKey string
consumerSecret string
Résultat IAsyncResult

send_authenticate() public méthode

public send_authenticate ( string username, string password, string consumerKey, string consumerSecret ) : void
username string
password string
consumerKey string
consumerSecret string
Résultat void

send_checkVersion() public méthode

public send_checkVersion ( AsyncCallback callback, object state, string clientName, short edamVersionMajor, short edamVersionMinor ) : IAsyncResult
callback AsyncCallback
state object
clientName string
edamVersionMajor short
edamVersionMinor short
Résultat IAsyncResult

send_checkVersion() public méthode

public send_checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : void
clientName string
edamVersionMajor short
edamVersionMinor short
Résultat void

send_getBootstrapInfo() public méthode

public send_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult
callback AsyncCallback
state object
locale string
Résultat IAsyncResult

send_getBootstrapInfo() public méthode

public send_getBootstrapInfo ( string locale ) : void
locale string
Résultat void

send_getNoteStoreUrl() public méthode

public send_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

send_getNoteStoreUrl() public méthode

public send_getNoteStoreUrl ( string authenticationToken ) : void
authenticationToken string
Résultat void

send_getPremiumInfo() public méthode

public send_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

send_getPremiumInfo() public méthode

public send_getPremiumInfo ( string authenticationToken ) : void
authenticationToken string
Résultat void

send_getPublicUserInfo() public méthode

public send_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult
callback AsyncCallback
state object
username string
Résultat IAsyncResult

send_getPublicUserInfo() public méthode

public send_getPublicUserInfo ( string username ) : void
username string
Résultat void

send_getUser() public méthode

public send_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

send_getUser() public méthode

public send_getUser ( string authenticationToken ) : void
authenticationToken string
Résultat void

send_refreshAuthentication() public méthode

public send_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
Résultat IAsyncResult

send_refreshAuthentication() public méthode

public send_refreshAuthentication ( string authenticationToken ) : void
authenticationToken string
Résultat void

Property Details

iprot_ protected_oe property

protected TProtocol iprot_
Résultat TProtocol

oprot_ protected_oe property

protected TProtocol oprot_
Résultat TProtocol

seqid_ protected_oe property

protected int seqid_
Résultat int