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

send_reissueUserTicket() public method

public send_reissueUserTicket ( AsyncCallback callback, object state, long expirationTime, int maxUseCount ) : IAsyncResult
callback AsyncCallback
state object
expirationTime long
maxUseCount int
return IAsyncResult
      public IAsyncResult send_reissueUserTicket(AsyncCallback callback, object state, long expirationTime, int maxUseCount)
      #else

Same methods

TalkService.Client::send_reissueUserTicket ( long expirationTime, int maxUseCount ) : void
TalkService.Client