LineSharp.Datatypes.TalkService.Client.Begin_setBuddyLocation C# (CSharp) 메소드

Begin_setBuddyLocation() 공개 메소드

public Begin_setBuddyLocation ( AsyncCallback callback, object state, string mid, int index, Geolocation location ) : IAsyncResult
callback AsyncCallback
state object
mid string
index int
location Geolocation
리턴 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