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

Begin_report() public method

public Begin_report ( AsyncCallback callback, object state, long syncOpRevision, SyncCategory category, string report ) : IAsyncResult
callback AsyncCallback
state object
syncOpRevision long
category SyncCategory
report string
return IAsyncResult
      public IAsyncResult Begin_report(AsyncCallback callback, object state, long syncOpRevision, SyncCategory category, string report)
      {
        return send_report(callback, state, syncOpRevision, category, report);
      }
TalkService.Client