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

send_startUpdateVerification() public method

public send_startUpdateVerification ( AsyncCallback callback, object state, string region, CarrierCode carrier, string phone, string udidHash, DeviceInfo deviceInfo, string networkCode, string locale ) : IAsyncResult
callback AsyncCallback
state object
region string
carrier CarrierCode
phone string
udidHash string
deviceInfo DeviceInfo
networkCode string
locale string
return IAsyncResult
      public IAsyncResult send_startUpdateVerification(AsyncCallback callback, object state, string region, CarrierCode carrier, string phone, string udidHash, DeviceInfo deviceInfo, string networkCode, string locale)
      #else

Same methods

TalkService.Client::send_startUpdateVerification ( string region, CarrierCode carrier, string phone, string udidHash, DeviceInfo deviceInfo, string networkCode, string locale ) : void
TalkService.Client