No announcements
Found 2876819 threads
-
0 Votes
Safe way to cancel ReadValueAsync(BluetoothCacheMode.Uncached)
there any safe way to cancel the task without having to wait the full 7 seconds in this case? I am looking for ... -
0 Votes
Safe way to Cast
://www.aspfaq.com/show.asp?id=2390 A more 'robust' way to sort your data would be using PATINDEX(), something like:Answered | 7 Replies | 5948 Views | Created by RobertParker - Thursday, November 29, 2007 3:50 PM | Last reply by Arnie Rowland - Thursday, November 29, 2007 5:29 PM -
0 Votes
Any way to cancel "Socket.ReceiveAsync()" ?
> Any way to cancel "Socket.ReceiveAsync()" ? I am afraid we could not cancel the asynchronous receive. >> ...Unanswered | 3 Replies | 2980 Views | Created by Colmde - Monday, June 12, 2017 2:10 PM | Last reply by Edward8520 - Wednesday, June 14, 2017 2:52 AM -
0 Votes
a way for GetProperty to be "safe"??
Is there a way to make System.Type.GetProperty("<propertyName>") "safe". By safe I mean that if the "<propertyName>" ...Answered | 2 Replies | 3177 Views | Created by TonyG - Monday, July 23, 2007 8:42 PM | Last reply by TonyG - Tuesday, July 24, 2007 2:54 PM -
0 Votes
safe way to do updates
deadlocks, it's impossible to say more. Have you looked at any deadlock traces yet?Unanswered | 7 Replies | 870 Views | Created by JRStern - Monday, May 20, 2013 5:00 PM | Last reply by JRStern - Tuesday, May 21, 2013 9:40 PM -
0 Votes
[UWP]ReadValueAsync(BluetoothCacheMode.Cached) BLuetooth API problem
mode will only make certain BLE API to operate on values cached in the system. If you are using Uncached mode, it will retrieve values from the Bluetooth device. So my ...Proposed | 1 Replies | 389 Views | Created by marcelom49 - Thursday, April 25, 2019 11:27 PM | Last reply by Roy Li - Friday, April 26, 2019 3:30 AM -
0 Votes
Thread safe way to handle serial message?
MessageBox.Show(ex.ToString()); ...Answered | 1 Replies | 3226 Views | Created by OmniGator - Tuesday, April 7, 2009 3:30 AM | Last reply by Ray M_ - Tuesday, April 7, 2009 5:30 AM -
0 Votes
Safe way to access SQL CE Database
I think it can but it really would depend on the size of the database if it would really be practical I would probably be better to but it in a different format than a dbf format (like ...Answered | 3 Replies | 633 Views | Created by kokuxx - Sunday, October 13, 2013 12:01 PM | Last reply by Joel Engineer - Sunday, October 13, 2013 1:34 PM -
1 Votes
Safe way to terminate a blocking RECEIVE?
I can configure my windows service to call TSQL Receive with an infinite timeout (using SqlCommand / ADO.NET). Is there a recommended / safe way of breaking out of a ...Answered | 2 Replies | 1647 Views | Created by scott_m - Wednesday, April 15, 2015 10:10 PM | Last reply by scott_m - Thursday, May 21, 2015 3:06 PM -
0 Votes
good way to cancel async method
Hi Sergey- If you have unsubscription code that must be called in the case of cancellation, then you need a way to register that per-operation ...Answered | 7 Replies | 6336 Views | Created by sergunok - Monday, January 10, 2011 2:30 PM | Last reply by sergunok - Thursday, January 13, 2011 11:07 AM -
0 Votes
type safe way of getting propertyInfo
No, there is no type-safe way of getting property and method information.Your suggestion sounds interesting, try posting on theAnswered | 3 Replies | 5202 Views | Created by Lee Alexander - Sunday, May 8, 2005 11:14 AM | Last reply by Jamey Taylor - Thursday, May 26, 2011 2:41 PM -
0 Votes
problem with ReadValueAsync(BluetoothCacheMode.Cached) UWP API in Bluetooth LE
Hello: I am using the function ReadValueAsync(BluetoothCacheMode.Cached) for reading from a characteristic in a bluetooth LE device. I read ...Answered | 2 Replies | 654 Views | Created by marcelom49 - Thursday, April 25, 2019 11:30 PM | Last reply by marcelom49 - Friday, April 26, 2019 2:06 AM -
0 Votes
Minifilter cancel-safe callback data queue and PeekContext
documentation, it says that "The Filter Manager calls this function to get a pointer to the next I/O operation matching PeekContext in the ...Answered | 1 Replies | 433 Views | Created by Sylvia Else2 - Saturday, May 5, 2018 3:27 AM | Last reply by Tim Roberts - Tuesday, May 8, 2018 5:42 AM -
0 Votes
Is there a more effective way to cancel queries???
command being issued, however it will not cancel for 10's of minutes. Is there a more effective way to do this?Unanswered | 3 Replies | 5217 Views | Created by Lee Cascio - Monday, July 13, 2009 11:19 PM | Last reply by GregGalloway - Monday, May 2, 2011 5:07 PM -
0 Votes
Cancel means cancel
already asked me twice if I'm really super sure I want to cancel, so do it! Is there no standard way to tell a printer to stop, cease ... -
0 Votes
Is it a safe way to do it ?
But using the local variable trick puzzles me : Is it safe ?It's safe to use a local variable like this. The returned object will be referenced in the UI.Answered | 2 Replies | 3421 Views | Created by XavierP - Wednesday, September 30, 2009 7:53 PM | Last reply by Linda Liu - Monday, October 5, 2009 8:11 AM -
0 Votes
How to Cancel - Application.Current.Shutdown()
while looking in msdn i think there is no way to cancel Application.Current.Shutdown();Answered | 1 Replies | 4254 Views | Created by Blindmeis - Wednesday, June 23, 2010 1:23 PM | Last reply by Blindmeis - Wednesday, June 23, 2010 2:28 PM -
7 Votes
Safe way to store password in registry(encrypt & decrypt)
only 1-way encryption. My application must decrypt the password every time it logs on the active directory. Is there an easy/safe way to accomplish ...Answered | 17 Replies | 22607 Views | Created by OMEGA_ReD - Tuesday, March 3, 2009 10:48 PM | Last reply by Guo Surfer - Tuesday, March 10, 2009 3:11 AM -
0 Votes
Is there a safe way to edit .dtsx files directly ?
safe, if you can open up the package graphically in BIDS prior to deploying your change, you should do so. Validation checks are your friend.Garth H MCTS: SQL 2008 ...Answered | 3 Replies | 10743 Views | Created by Leigh Kennedy - Wednesday, July 22, 2009 11:42 PM | Last reply by GarthH_BI - Thursday, July 23, 2009 3:33 PM -
0 Votes
[UWP]GattCharacteristic.ReadValueAsync(BluetoothCacheMode.Uncached) API sends two read requests
process one request. Is there a provision to do this? If so please let me know how to do it for ReadValueAsync APIAnswered | 2 Replies | 720 Views | Created by ShruthiR - Thursday, August 6, 2015 8:56 AM | Last reply by ShruthiR - Thursday, August 20, 2015 5:18 AM - Items 1 to 20 of 2876819 Next ›
No announcements