Exemple #1
0
 /// <remarks/>
 public void GetLinkedInFeedsAsync(oAuthLinkedIn _oauth, string profileId, System.Guid userId, object userState) {
     if ((this.GetLinkedInFeedsOperationCompleted == null)) {
         this.GetLinkedInFeedsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLinkedInFeedsOperationCompleted);
     }
     this.InvokeAsync("GetLinkedInFeeds", new object[] {
                 _oauth,
                 profileId,
                 userId}, this.GetLinkedInFeedsOperationCompleted, userState);
 }
Exemple #2
0
 public void GetLinkedInFeeds(oAuthLinkedIn _oauth, string profileId, System.Guid userId) {
     this.Invoke("GetLinkedInFeeds", new object[] {
                 _oauth,
                 profileId,
                 userId});
 }
Exemple #3
0
 /// <remarks/>
 public void GetLinkedInFeedsAsync(oAuthLinkedIn _oauth, string profileId, System.Guid userId) {
     this.GetLinkedInFeedsAsync(_oauth, profileId, userId, null);
 }
Exemple #4
0
 /// <remarks/>
 public void GetLinkedInUserProfileAsync(object data, oAuthLinkedIn _oauth, System.Guid user, string LinkedinUserId, object userState) {
     if ((this.GetLinkedInUserProfileOperationCompleted == null)) {
         this.GetLinkedInUserProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLinkedInUserProfileOperationCompleted);
     }
     this.InvokeAsync("GetLinkedInUserProfile", new object[] {
                 data,
                 _oauth,
                 user,
                 LinkedinUserId}, this.GetLinkedInUserProfileOperationCompleted, userState);
 }
Exemple #5
0
 /// <remarks/>
 public void GetLinkedInUserProfileAsync(object data, oAuthLinkedIn _oauth, System.Guid user, string LinkedinUserId) {
     this.GetLinkedInUserProfileAsync(data, _oauth, user, LinkedinUserId, null);
 }
Exemple #6
0
 public void GetLinkedInUserProfile(object data, oAuthLinkedIn _oauth, System.Guid user, string LinkedinUserId) {
     this.Invoke("GetLinkedInUserProfile", new object[] {
                 data,
                 _oauth,
                 user,
                 LinkedinUserId});
 }
Exemple #7
0
 /// <remarks/>
 public void GetUserProfileAsync(oAuthLinkedIn OAuth, string LinkedinUserId, System.Guid user) {
     this.GetUserProfileAsync(OAuth, LinkedinUserId, user, null);
 }
Exemple #8
0
 public void GetUserProfile(oAuthLinkedIn OAuth, string LinkedinUserId, System.Guid user) {
     this.Invoke("GetUserProfile", new object[] {
                 OAuth,
                 LinkedinUserId,
                 user});
 }