[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Thread ID sending the state message, default is the current thread ID

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
int 
ThreadId { 
get; 
set; }
Public 
Property 
ThreadId 
As 
Integer
	
Get
	
Set
public:
property 
int 
ThreadId {
	
int 
get ();
	
void 
set (
int 
value);
}

See Also