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

Begin_setBuddyLocation() public method

public Begin_setBuddyLocation ( AsyncCallback callback, object state, string mid, int index, Geolocation location ) : IAsyncResult
callback AsyncCallback
state object
mid string
index int
location Geolocation
return IAsyncResult
      public IAsyncResult Begin_setBuddyLocation(AsyncCallback callback, object state, string mid, int index, Geolocation location)
      {
        return send_setBuddyLocation(callback, state, mid, index, location);
      }
TalkService.Client