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

send_blockRecommendation() public method

public send_blockRecommendation ( AsyncCallback callback, object state, int reqSeq, string id ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
id string
return IAsyncResult
      public IAsyncResult send_blockRecommendation(AsyncCallback callback, object state, int reqSeq, string id)
      #else

Same methods

TalkService.Client::send_blockRecommendation ( int reqSeq, string id ) : void
TalkService.Client