IDispatchMessageFormatter.DeserializeRequest(Message, Object[]) 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.
Deserializes a message into an array of parameters.
public:
void DeserializeRequest(System::ServiceModel::Channels::Message ^ message, cli::array <System::Object ^> ^ parameters);
public void DeserializeRequest (System.ServiceModel.Channels.Message message, object[] parameters);
abstract member DeserializeRequest : System.ServiceModel.Channels.Message * obj[] -> unit
Public Sub DeserializeRequest (message As Message, parameters As Object())
Parameters
- message
- Message
The incoming message.
- parameters
- Object[]
The objects that are passed to the operation as parameters.
Examples
For a complete example, see Operation Formatter and Operation Selector.
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.