SimpleWorkerRequest.SendStatus(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the HTTP status code and status description of the response; for example, SendStatus(200, "Ok").
public:
override void SendStatus(int statusCode, System::String ^ statusDescription);
public override void SendStatus (int statusCode, string statusDescription);
override this.SendStatus : int * string -> unit
Public Overrides Sub SendStatus (statusCode As Integer, statusDescription As String)
Parameters
- statusCode
- Int32
The status code to send.
- statusDescription
- String
The status description to send.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.