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

Begin_blockRecommendation() public method

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