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

Begin_updateProfile() public method

public Begin_updateProfile ( AsyncCallback callback, object state, int reqSeq, Profile profile ) : IAsyncResult
callback AsyncCallback
state object
reqSeq int
profile Profile
return IAsyncResult
      public IAsyncResult Begin_updateProfile(AsyncCallback callback, object state, int reqSeq, Profile profile)
      {
        return send_updateProfile(callback, state, reqSeq, profile);
      }
TalkService.Client