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 ()
.NET Framework (current version)
Returns an System::Array of parameter objects.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: array<System::Object^>^The parameters that are to be used as arguments to the operation.
.NET Framework
Available since 3.0
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.
Show: