task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
496207ac_System_Threading_Namespace_____Description | [Class] ManualResetEvent [Description] | Notifies one or more waiting threads that an event has occurred. This class cannot be inherited. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ManualResetEventSlim [Description] | Provides a slimmed down version of ManualResetEvent. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Monitor [Description] | Provides a mechanism that synchronizes access to objects. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Mutex [Description] | A synchronization primitive that can also be used for interprocess synchronization. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Overlapped [Description] | Provides a managed representation of a Win32 OVERLAPPED structure, including methods to transfer information from an Overlapped instance to a NativeOverlapped structure. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ReaderWriterLock [Description] | Defines a lock that supports single writers and multiple readers. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ReaderWriterLockSlim [Description] | Represents a lock that is used to manage access to a resource, allowing multiple threads for reading or exclusive access for writing. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] RegisteredWaitHandle [Description] | Represents a handle that has been registered when calling RegisterWaitForSingleObject. This class cannot be inherited. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Semaphore [Description] | Limits the number of threads that can access a resource or pool of resources concurrently. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] SemaphoreFullException [Description] | The exception that is thrown when the SemaphoreRelease method is called on a semaphore whose count is already at the maximum. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] SemaphoreSlim [Description] | Represents a lightweight alternative to Semaphore that limits the number of threads that can access a resource or pool of resources concurrently. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] SynchronizationContext [Description] | Provides the basic functionality for propagating a synchronization context in various synchronization models. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] SynchronizationLockException [Description] | The exception that is thrown when a method requires the caller to own the lock on a given Monitor, and the method is invoked by a caller that does not own that lock. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Thread [Description] | Creates and controls a thread, sets its priority, and gets its status. To browse the .NET Framework source code for this type, see the Reference Source. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadAbortException [Description] | The exception that is thrown when a call is made to the Abort method. This class cannot be inherited. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadExceptionEventArgs [Description] | Provides data for the ThreadException event. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadInterruptedException [Description] | The exception that is thrown when a Thread is interrupted while it is in a waiting state. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadLocalT [Description] | Provides thread-local storage of data. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadPool [Description] | Provides a pool of threads that can be used to execute tasks, post work items, process asynchronous I/O, wait on behalf of other threads, and process timers. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadStartException [Description] | The exception that is thrown when a failure occurs in a managed thread after the underlying operating system thread has been started, but before the thread is ready to execute user code. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] ThreadStateException [Description] | The exception that is thrown when a Thread is in an invalid ThreadState for the method call. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Timeout [Description] | Contains constants that specify infinite time-out intervals. This class cannot be inherited. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Timer [Description] | Provides a mechanism for executing a method at specified intervals. This class cannot be inherited.To browse the .NET Framework source code for this type, see the Reference Source. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] Volatile [Description] | Contains methods for performing volatile memory operations. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] WaitHandle [Description] | Encapsulates operating system–specific objects that wait for exclusive access to shared resources. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] WaitHandleCannotBeOpenedException [Description] | The exception that is thrown when an attempt is made to open a system mutex or semaphore that does not exist. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
496207ac_System_Threading_Namespace_____Description | [Class] WaitHandleExtensions [Description] | Provides convenience methods to for working with a safe handle for a wait handle. | [] | System.Threading Namespace () | Description | https://msdn.microsoft.com/en-us/system.threading | 22/1438043062635.98_20150728002422-00311-ip-10-236-191-2_877987858_0.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Unknown 0 [Meaning] | Indicates that the instrumentation cannot report on the OperatingStatus property at this time. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Not Available 1 [Meaning] | Indicates that the instrumentation is capable of reporting this property, but intentionally does not report it for this element. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Servicing 2 [Meaning] | Indicates that the element is in process to be configured, maintained, cleaned, or otherwise administered. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Starting 3 [Meaning] | Indicates that the element is being initialized. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Stopping 4 [Meaning] | Indicates that the element is being brought to an orderly stop. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Stopped 5 [Meaning] | Indicates that the element is intentionally stopped. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Aborted 6 [Meaning] | Indicates that the element stopped in an unexpected way. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Dormant 7 [Meaning] | Indicates that the element is inactive or quiesced. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Completed 8 [Meaning] | Indicates that the element completed its operation. We recommend using a PrimaryStatus property value of OK, Error, or Degraded to indicate success or failure of the operation. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Migrating 9 [Meaning] | Indicates that the element is being moved between host elements. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Emigrating 10 [Meaning] | Indicates that the element is being moved away from the host element. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Immigrating 11 [Meaning] | Indicates that the element is being moved to a new host element. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Snapshotting 12 [Meaning] | Indicates that a snapshot copy of the element is being created. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Shutting Down 13 [Meaning] | Indicates that the element is being brought to an abrupt stop. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] In Test 14 [Meaning] | Indicates that the element is performing test functions. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Transitioning 15 [Meaning] | Indicates that the element is between states and is not fully available in either state. Use another value that indicates a more specific transition if one is available. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] In Service 16 [Meaning] | Indicates that the element is in service and operational. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] DMTF Reserved 17–0x7FFF [Meaning] | Reserved. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
028acc31_T_iSCSISession_class__Windows___Meaning | [Values] Vendor Reserved 0x8000 ≤ value [Meaning] | Reserved. | [] | MSISCSITARGET_iSCSISession class (Windows) | Meaning | https://msdn.microsoft.com/ko-kr/library/windows/desktop/dn469814(v=vs.85).aspx | 22/1438043062635.98_20150728002422-00081-ip-10-236-191-2_883868864_6.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Accept [Description] | Gets or sets the value of the Accept HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Address [Description] | Gets the Uniform Resource Identifier (URI) of the Internet resource that actually responds to the request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] AllowAutoRedirect [Description] | Gets or sets a value that indicates whether the request should follow redirection responses. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] AllowWriteStreamBuffering [Description] | Gets or sets a value that indicates whether to buffer the data sent to the Internet resource. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] AuthenticationLevel [Description] | Gets or sets values indicating the level of authentication and impersonation used for this request. (Inherited from WebRequest.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] AutomaticDecompression [Description] | Gets or sets the type of decompression that is used. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] CachePolicy [Description] | Gets or sets the cache policy for this request. (Inherited from WebRequest.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ClientCertificates [Description] | Gets or sets the collection of security certificates that are associated with this request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Connection [Description] | Gets or sets the value of the Connection HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ConnectionGroupName [Description] | Gets or sets the name of the connection group for the request. (Overrides WebRequest.ConnectionGroupName.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ContentLength [Description] | Gets or sets the Content-length HTTP header. (Overrides WebRequest.ContentLength.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ContentType [Description] | Gets or sets the value of the Content-type HTTP header. (Overrides WebRequest.ContentType.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ContinueDelegate [Description] | Gets or sets the delegate method called when an HTTP 100-continue response is received from the Internet resource. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] CookieContainer [Description] | Gets or sets the cookies associated with the request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Credentials [Description] | Gets or sets authentication information for the request. (Overrides WebRequest.Credentials.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] DefaultCachePolicy [Description] | Gets or sets the default cache policy for this request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] DefaultMaximumErrorResponseLength [Description] | Gets or sets the default maximum length of an HTTP error response. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] DefaultMaximumResponseHeadersLength [Description] | Gets or sets the default for the MaximumResponseHeadersLength property. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Expect [Description] | Gets or sets the value of the Expect HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] HaveResponse [Description] | Gets a value that indicates whether a response has been received from an Internet resource. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Headers [Description] | Specifies a collection of the name/value pairs that make up the HTTP headers. (Overrides WebRequest.Headers.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] IfModifiedSince [Description] | Gets or sets the value of the If-Modified-Since HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ImpersonationLevel [Description] | Gets or sets the impersonation level for the current request. (Inherited from WebRequest.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] KeepAlive [Description] | Gets or sets a value that indicates whether to make a persistent connection to the Internet resource. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] MaximumAutomaticRedirections [Description] | Gets or sets the maximum number of redirects that the request follows. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] MaximumResponseHeadersLength [Description] | Gets or sets the maximum allowed length of the response headers. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] MediaType [Description] | Gets or sets the media type of the request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Method [Description] | Gets or sets the method for the request. (Overrides WebRequest.Method.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Pipelined [Description] | Gets or sets a value that indicates whether to pipeline the request to the Internet resource. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] PreAuthenticate [Description] | Gets or sets a value that indicates whether to send an Authorization header with the request. (Overrides WebRequest.PreAuthenticate.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ProtocolVersion [Description] | Gets or sets the version of HTTP to use for the request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Proxy [Description] | Gets or sets proxy information for the request. (Overrides WebRequest.Proxy.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ReadWriteTimeout [Description] | Gets or sets a time-out in milliseconds when writing to or reading from a stream. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Referer [Description] | Gets or sets the value of the Referer HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] RequestUri [Description] | Gets the original Uniform Resource Identifier (URI) of the request. (Overrides WebRequest.RequestUri.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] SendChunked [Description] | Gets or sets a value that indicates whether to send data in segments to the Internet resource. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] ServicePoint [Description] | Gets the service point to use for the request. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] Timeout [Description] | Gets or sets the time-out value in milliseconds for the GetResponse and GetRequestStream methods. (Overrides WebRequest.Timeout.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] TransferEncoding [Description] | Gets or sets the value of the Transfer-encoding HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] UnsafeAuthenticatedConnectionSharing [Description] | Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] UseDefaultCredentials [Description] | Gets or sets a Boolean value that controls whether default credentials are sent with requests. (Overrides WebRequest.UseDefaultCredentials.) | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
2f62c9cb_equest_Properties__System_Net___Description | [Name] UserAgent [Description] | Gets or sets the value of the User-agent HTTP header. | [] | HttpWebRequest Properties (System.Net) | Description | https://msdn.microsoft.com/en-us/library/system.net.httpwebrequest_properties(v=vs.90).aspx | 22/1438042990177.43_20150728002310-00072-ip-10-236-191-2_867149709_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] uniqueidentifier [Description] The global identifier of the changes identified by generation at the Subscriber. [Column name] | guidsrc | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] uniqueidentifier [Description] The publication identifier. [Column name] | pubid | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] bigint [Description] The generation value. [Column name] | generation | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] int [Description] The nickname for the article. [Column name] | art_nick | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] varbinary(1001) [Description] A list of nicknames of other Subscribers that are known to already have this generation. It is used to avoid sending a generation to a Subscriber that has already seen those changes. Nicknames in the nicknames list are maintained in sorted order to make searches more efficient. If there are more nicknames than can fit in this field, they will not benefit from this optimization. [Column name] | nicknames | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] datetime [Description] Date when current generation is added to the table. [Column name] | coldate | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] tinyint [Description] The status of the generation as follows: 0 = Open. 1 = Closed. 2 = Closed and originated at another Subscriber. [Column name] | genstatus | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
8e814c46_erge_genhistory__Transact_SQL___Column_name | [Data type] int [Description] The number of changes reflected in a given generation [Column name] | changecount | [
[
"g",
"u",
"i",
"d",
"s",
"r",
"c"
],
[
"p",
"u",
"b",
"i",
"d"
],
[
"g",
"e",
"n",
"e",
"r",
"a",
"t",
"i",
"o",
"n"
],
[
"a",
"r",
"t",
"_",
"n",
"i",
"c",
"k"
],
[
"n",
"i",
"c",
"k",
"n",
"a",
"m",
"e",
"s"
],
[
"c",
"o",
"l",
"d",
"a",
"t",
"e"
],
[
"g",
"e",
"n",
"s",
"t",
"a",
"t",
"u",
"s"
],
[
"c",
"h",
"a",
"n",
"g",
"e",
"c",
"o",
"u",
"n",
"t"
]
] | MSmerge_genhistory (Transact-SQL) | Column name | https://msdn.microsoft.com/en-us/library/ms178533.aspx | 22/1438042990609.0_20150728002310-00335-ip-10-236-191-2_884801438_0.json |
e0913a4c_IDataObjectImpl_Class__Name | [Description] Establishes a connection between the data object and an advise sink. This enables the advise sink to receive notifications of changes in the object. [Name] | IDataObjectImpl::DAdvise | [] | IDataObjectImpl Class | Name | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
e0913a4c_IDataObjectImpl_Class__Name | [Description] Terminates a connection previously established through DAdvise. [Name] | IDataObjectImpl::DUnadvise | [] | IDataObjectImpl Class | Name | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
e0913a4c_IDataObjectImpl_Class__Name | [Description] Creates an enumerator to iterate through the current advisory connections. [Name] | IDataObjectImpl::EnumDAdvise | [] | IDataObjectImpl Class | Name | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
e0913a4c_IDataObjectImpl_Class__Name | [Description] Creates an enumerator to iterate through the FORMATETC structures supported by the data object. The ATL implementation returns E_NOTIMPL. [Name] | IDataObjectImpl::EnumFormatEtc | [] | IDataObjectImpl Class | Name | https://msdn.microsoft.com/en-us/library/kbdh2xa6.aspx | 22/1438043062635.98_20150728002422-00305-ip-10-236-191-2_871187353_1.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.