Exemplo n.º 1
0
 /// <remarks/>
 public void GetInstagramFeedsAsync(InstagramAccount objInsAccount)
 {
     this.GetInstagramFeedsAsync(objInsAccount, null);
 }
Exemplo n.º 2
0
 public void GetInstagramFeeds(InstagramAccount objInsAccount)
 {
     this.Invoke("GetInstagramFeeds", new object[] {
         objInsAccount
     });
 }
 /// <remarks/>
 public void GetInstagramFeedsAsync(InstagramAccount objInsAccount, object userState) {
     if ((this.GetInstagramFeedsOperationCompleted == null)) {
         this.GetInstagramFeedsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetInstagramFeedsOperationCompleted);
     }
     this.InvokeAsync("GetInstagramFeeds", new object[] {
                 objInsAccount}, this.GetInstagramFeedsOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetInstagramFeedsAsync(InstagramAccount objInsAccount) {
     this.GetInstagramFeedsAsync(objInsAccount, null);
 }
 public void GetInstagramFeeds(InstagramAccount objInsAccount) {
     this.Invoke("GetInstagramFeeds", new object[] {
                 objInsAccount});
 }
 public string GetIntagramImages(InstagramAccount objInsAccount) {
     object[] results = this.Invoke("GetIntagramImages", new object[] {
                 objInsAccount});
     return ((string)(results[0]));
 }