LineSharp.Datatypes.TalkService.Client.Begin_unblockRecommendation C# (CSharp) Method

Begin_unblockRecommendation() public method

public Begin_unblockRecommendation ( AsyncCallback callback, object state, int reqSeq, string id ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
id string
return IAsyncResult
      public IAsyncResult Begin_unblockRecommendation(AsyncCallback callback, object state, int reqSeq, string id)
      {
        return send_unblockRecommendation(callback, state, reqSeq, id);
      }
TalkService.Client