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

send_setBuddyLocation() 공개 메소드

public send_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 send_setBuddyLocation(AsyncCallback callback, object state, string mid, int index, Geolocation location)
      #else

Same methods

TalkService.Client::send_setBuddyLocation ( string mid, int index, Geolocation location ) : void
TalkService.Client