ServiceProxy.CreateReturn(Type, Message, IList<Type>) Method

Definition

protected:
 virtual System::Object ^ CreateReturn(Type ^ returnType, System::ServiceModel::Channels::Message ^ response, System::Collections::Generic::IList<Type ^> ^ knownTypes);
protected virtual object CreateReturn (Type returnType, System.ServiceModel.Channels.Message response, System.Collections.Generic.IList<Type> knownTypes);
abstract member CreateReturn : Type * System.ServiceModel.Channels.Message * System.Collections.Generic.IList<Type> -> obj
override this.CreateReturn : Type * System.ServiceModel.Channels.Message * System.Collections.Generic.IList<Type> -> obj
Protected Overridable Function CreateReturn (returnType As Type, response As Message, knownTypes As IList(Of Type)) As Object

Parameters

returnType
Type
response
Message
knownTypes
IList<Type>

Returns

Applies to