DiscussionThreadsController.PostThread Method
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
Public Function PostThread ( _
newThread As DiscussionThread _
) As HttpResponseMessage
public HttpResponseMessage PostThread(
DiscussionThread newThread
)
public:
HttpResponseMessage^ PostThread(
DiscussionThread^ newThread
)
member PostThread :
newThread:DiscussionThread -> HttpResponseMessage
public function PostThread(
newThread : DiscussionThread
) : HttpResponseMessage
Parameters
- newThread
Type: DiscussionThread
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.