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

send_reportProfile() public method

public send_reportProfile ( AsyncCallback callback, object state, long syncOpRevision, Profile profile ) : IAsyncResult
callback AsyncCallback
state object
syncOpRevision long
profile Profile
return IAsyncResult
      public IAsyncResult send_reportProfile(AsyncCallback callback, object state, long syncOpRevision, Profile profile)
      #else

Same methods

TalkService.Client::send_reportProfile ( long syncOpRevision, Profile profile ) : void
TalkService.Client