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

Begin_reportProfile() public method

public Begin_reportProfile ( AsyncCallback callback, object state, long syncOpRevision, Profile profile ) : IAsyncResult
callback AsyncCallback
state object
syncOpRevision long
profile Profile
return IAsyncResult
      public IAsyncResult Begin_reportProfile(AsyncCallback callback, object state, long syncOpRevision, Profile profile)
      {
        return send_reportProfile(callback, state, syncOpRevision, profile);
      }
TalkService.Client