Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IOperationInvoker::AllocateInputs Method ()

 

Returns an System::Array of parameter objects.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

array<Object^>^ AllocateInputs()

Return Value

Type: array<System::Object^>^

The parameters that are to be used as arguments to the operation.

.NET Framework
Available since 3.0

An implementation of this method must allocate the input array on every call. Returning the same array for multiple calls can result in unpredictable behavior.

Implement this to return an array of parameters for the operation. This array is filled by the formatter and passed back to the invoker when Invoke is called.

Return to top
Show:
© 2017 Microsoft