C# 클래스 Evernote.EDAM.UserStore.UserStore.Client

상속: Iface
파일 보기 프로젝트 열기: evernote/evernote-demo-metro 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
iprot_ TProtocol
oprot_ TProtocol
seqid_ int

공개 메소드들

메소드 설명
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

메소드 상세

Begin_authenticate() 공개 메소드

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
리턴 IAsyncResult

Begin_checkVersion() 공개 메소드

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

Begin_getBootstrapInfo() 공개 메소드

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

Begin_getNoteStoreUrl() 공개 메소드

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

Begin_getPremiumInfo() 공개 메소드

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

Begin_getPublicUserInfo() 공개 메소드

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

Begin_getUser() 공개 메소드

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

Begin_refreshAuthentication() 공개 메소드

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

Client() 공개 메소드

public Client ( TProtocol prot ) : System
prot TProtocol
리턴 System

Client() 공개 메소드

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot TProtocol
oprot TProtocol
리턴 System

End_authenticate() 공개 메소드

public End_authenticate ( IAsyncResult asyncResult ) : AuthenticationResult
asyncResult IAsyncResult
리턴 AuthenticationResult

End_checkVersion() 공개 메소드

public End_checkVersion ( IAsyncResult asyncResult ) : bool
asyncResult IAsyncResult
리턴 bool

End_getBootstrapInfo() 공개 메소드

public End_getBootstrapInfo ( IAsyncResult asyncResult ) : BootstrapInfo
asyncResult IAsyncResult
리턴 BootstrapInfo

End_getNoteStoreUrl() 공개 메소드

public End_getNoteStoreUrl ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
리턴 string

End_getPremiumInfo() 공개 메소드

public End_getPremiumInfo ( IAsyncResult asyncResult ) : PremiumInfo
asyncResult IAsyncResult
리턴 PremiumInfo

End_getPublicUserInfo() 공개 메소드

public End_getPublicUserInfo ( IAsyncResult asyncResult ) : PublicUserInfo
asyncResult IAsyncResult
리턴 PublicUserInfo

End_getUser() 공개 메소드

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

End_refreshAuthentication() 공개 메소드

public End_refreshAuthentication ( IAsyncResult asyncResult ) : AuthenticationResult
asyncResult IAsyncResult
리턴 AuthenticationResult

authenticate() 공개 메소드

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

checkVersion() 공개 메소드

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

getBootstrapInfo() 공개 메소드

public getBootstrapInfo ( string locale ) : BootstrapInfo
locale string
리턴 BootstrapInfo

getNoteStoreUrl() 공개 메소드

public getNoteStoreUrl ( string authenticationToken ) : string
authenticationToken string
리턴 string

getPremiumInfo() 공개 메소드

public getPremiumInfo ( string authenticationToken ) : PremiumInfo
authenticationToken string
리턴 PremiumInfo

getPublicUserInfo() 공개 메소드

public getPublicUserInfo ( string username ) : PublicUserInfo
username string
리턴 PublicUserInfo

getUser() 공개 메소드

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

recv_authenticate() 공개 메소드

public recv_authenticate ( ) : AuthenticationResult
리턴 AuthenticationResult

recv_checkVersion() 공개 메소드

public recv_checkVersion ( ) : bool
리턴 bool

recv_getBootstrapInfo() 공개 메소드

public recv_getBootstrapInfo ( ) : BootstrapInfo
리턴 BootstrapInfo

recv_getNoteStoreUrl() 공개 메소드

public recv_getNoteStoreUrl ( ) : string
리턴 string

recv_getPremiumInfo() 공개 메소드

public recv_getPremiumInfo ( ) : PremiumInfo
리턴 PremiumInfo

recv_getPublicUserInfo() 공개 메소드

public recv_getPublicUserInfo ( ) : PublicUserInfo
리턴 PublicUserInfo

recv_getUser() 공개 메소드

public recv_getUser ( ) : Evernote.EDAM.Type.User
리턴 Evernote.EDAM.Type.User

recv_refreshAuthentication() 공개 메소드

public recv_refreshAuthentication ( ) : AuthenticationResult
리턴 AuthenticationResult

refreshAuthentication() 공개 메소드

public refreshAuthentication ( string authenticationToken ) : AuthenticationResult
authenticationToken string
리턴 AuthenticationResult

send_authenticate() 공개 메소드

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
리턴 IAsyncResult

send_authenticate() 공개 메소드

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

send_checkVersion() 공개 메소드

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

send_checkVersion() 공개 메소드

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

send_getBootstrapInfo() 공개 메소드

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

send_getBootstrapInfo() 공개 메소드

public send_getBootstrapInfo ( string locale ) : void
locale string
리턴 void

send_getNoteStoreUrl() 공개 메소드

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

send_getNoteStoreUrl() 공개 메소드

public send_getNoteStoreUrl ( string authenticationToken ) : void
authenticationToken string
리턴 void

send_getPremiumInfo() 공개 메소드

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

send_getPremiumInfo() 공개 메소드

public send_getPremiumInfo ( string authenticationToken ) : void
authenticationToken string
리턴 void

send_getPublicUserInfo() 공개 메소드

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

send_getPublicUserInfo() 공개 메소드

public send_getPublicUserInfo ( string username ) : void
username string
리턴 void

send_getUser() 공개 메소드

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

send_getUser() 공개 메소드

public send_getUser ( string authenticationToken ) : void
authenticationToken string
리턴 void

send_refreshAuthentication() 공개 메소드

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

send_refreshAuthentication() 공개 메소드

public send_refreshAuthentication ( string authenticationToken ) : void
authenticationToken string
리턴 void

프로퍼티 상세

iprot_ 보호되어 있는 프로퍼티

protected TProtocol iprot_
리턴 TProtocol

oprot_ 보호되어 있는 프로퍼티

protected TProtocol oprot_
리턴 TProtocol

seqid_ 보호되어 있는 프로퍼티

protected int seqid_
리턴 int