Пример #1
0
 internal NoteStoreWrapper(Uri evernoteUri, string authToken, string shardId, ServiceBus servicebus)
     : base(new Uri(evernoteUri, "/edam/note/" + shardId))
 {
     this.authToken = authToken;
     servicebus.AddSubscriber <AuthenticationEvent>(this.authenticationHandler);
 }
Пример #2
0
 internal NoteStoreWrapper(Uri evernoteUri, string authToken, string shardId, ServiceBus servicebus)
     : base(new Uri(evernoteUri, "/edam/note/" + shardId))
 {
     this.authToken = authToken;
     servicebus.AddSubscriber<AuthenticationEvent>(this.authenticationHandler);
 }