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

Inheritance: Iface
Mostra file Open project: evernote/evernote-demo-metro Class Usage Examples

Protected Properties

Property Type Description
iprot_ TProtocol
oprot_ TProtocol
seqid_ int

Public Methods

Method 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 method

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
return IAsyncResult

Begin_checkVersion() public method

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

Begin_getBootstrapInfo() public method

public Begin_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult
callback AsyncCallback
state object
locale string
return IAsyncResult

Begin_getNoteStoreUrl() public method

public Begin_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

Begin_getPremiumInfo() public method

public Begin_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

Begin_getPublicUserInfo() public method

public Begin_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult
callback AsyncCallback
state object
username string
return IAsyncResult

Begin_getUser() public method

public Begin_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

Begin_refreshAuthentication() public method

public Begin_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

Client() public method

public Client ( TProtocol prot ) : System
prot TProtocol
return System

Client() public method

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot TProtocol
oprot TProtocol
return System

End_authenticate() public method

public End_authenticate ( IAsyncResult asyncResult ) : AuthenticationResult
asyncResult IAsyncResult
return AuthenticationResult

End_checkVersion() public method

public End_checkVersion ( IAsyncResult asyncResult ) : bool
asyncResult IAsyncResult
return bool

End_getBootstrapInfo() public method

public End_getBootstrapInfo ( IAsyncResult asyncResult ) : BootstrapInfo
asyncResult IAsyncResult
return BootstrapInfo

End_getNoteStoreUrl() public method

public End_getNoteStoreUrl ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
return string

End_getPremiumInfo() public method

public End_getPremiumInfo ( IAsyncResult asyncResult ) : PremiumInfo
asyncResult IAsyncResult
return PremiumInfo

End_getPublicUserInfo() public method

public End_getPublicUserInfo ( IAsyncResult asyncResult ) : PublicUserInfo
asyncResult IAsyncResult
return PublicUserInfo

End_getUser() public method

public End_getUser ( IAsyncResult asyncResult ) : Evernote.EDAM.Type.User
asyncResult IAsyncResult
return Evernote.EDAM.Type.User

End_refreshAuthentication() public method

public End_refreshAuthentication ( IAsyncResult asyncResult ) : AuthenticationResult
asyncResult IAsyncResult
return AuthenticationResult

authenticate() public method

public authenticate ( string username, string password, string consumerKey, string consumerSecret ) : AuthenticationResult
username string
password string
consumerKey string
consumerSecret string
return AuthenticationResult

checkVersion() public method

public checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : bool
clientName string
edamVersionMajor short
edamVersionMinor short
return bool

getBootstrapInfo() public method

public getBootstrapInfo ( string locale ) : BootstrapInfo
locale string
return BootstrapInfo

getNoteStoreUrl() public method

public getNoteStoreUrl ( string authenticationToken ) : string
authenticationToken string
return string

getPremiumInfo() public method

public getPremiumInfo ( string authenticationToken ) : PremiumInfo
authenticationToken string
return PremiumInfo

getPublicUserInfo() public method

public getPublicUserInfo ( string username ) : PublicUserInfo
username string
return PublicUserInfo

getUser() public method

public getUser ( string authenticationToken ) : Evernote.EDAM.Type.User
authenticationToken string
return Evernote.EDAM.Type.User

recv_authenticate() public method

public recv_authenticate ( ) : AuthenticationResult
return AuthenticationResult

recv_checkVersion() public method

public recv_checkVersion ( ) : bool
return bool

recv_getBootstrapInfo() public method

public recv_getBootstrapInfo ( ) : BootstrapInfo
return BootstrapInfo

recv_getNoteStoreUrl() public method

public recv_getNoteStoreUrl ( ) : string
return string

recv_getPremiumInfo() public method

public recv_getPremiumInfo ( ) : PremiumInfo
return PremiumInfo

recv_getPublicUserInfo() public method

public recv_getPublicUserInfo ( ) : PublicUserInfo
return PublicUserInfo

recv_getUser() public method

public recv_getUser ( ) : Evernote.EDAM.Type.User
return Evernote.EDAM.Type.User

recv_refreshAuthentication() public method

public recv_refreshAuthentication ( ) : AuthenticationResult
return AuthenticationResult

refreshAuthentication() public method

public refreshAuthentication ( string authenticationToken ) : AuthenticationResult
authenticationToken string
return AuthenticationResult

send_authenticate() public method

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
return IAsyncResult

send_authenticate() public method

public send_authenticate ( string username, string password, string consumerKey, string consumerSecret ) : void
username string
password string
consumerKey string
consumerSecret string
return void

send_checkVersion() public method

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

send_checkVersion() public method

public send_checkVersion ( string clientName, short edamVersionMajor, short edamVersionMinor ) : void
clientName string
edamVersionMajor short
edamVersionMinor short
return void

send_getBootstrapInfo() public method

public send_getBootstrapInfo ( AsyncCallback callback, object state, string locale ) : IAsyncResult
callback AsyncCallback
state object
locale string
return IAsyncResult

send_getBootstrapInfo() public method

public send_getBootstrapInfo ( string locale ) : void
locale string
return void

send_getNoteStoreUrl() public method

public send_getNoteStoreUrl ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

send_getNoteStoreUrl() public method

public send_getNoteStoreUrl ( string authenticationToken ) : void
authenticationToken string
return void

send_getPremiumInfo() public method

public send_getPremiumInfo ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

send_getPremiumInfo() public method

public send_getPremiumInfo ( string authenticationToken ) : void
authenticationToken string
return void

send_getPublicUserInfo() public method

public send_getPublicUserInfo ( AsyncCallback callback, object state, string username ) : IAsyncResult
callback AsyncCallback
state object
username string
return IAsyncResult

send_getPublicUserInfo() public method

public send_getPublicUserInfo ( string username ) : void
username string
return void

send_getUser() public method

public send_getUser ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

send_getUser() public method

public send_getUser ( string authenticationToken ) : void
authenticationToken string
return void

send_refreshAuthentication() public method

public send_refreshAuthentication ( AsyncCallback callback, object state, string authenticationToken ) : IAsyncResult
callback AsyncCallback
state object
authenticationToken string
return IAsyncResult

send_refreshAuthentication() public method

public send_refreshAuthentication ( string authenticationToken ) : void
authenticationToken string
return void

Property Details

iprot_ protected_oe property

protected TProtocol iprot_
return TProtocol

oprot_ protected_oe property

protected TProtocol oprot_
return TProtocol

seqid_ protected_oe property

protected int seqid_
return int