ServiceProxy.GetKnownTypes(Type, String) Method

Definition

protected:
 System::Collections::Generic::IList<Type ^> ^ GetKnownTypes(Type ^ serviceType, System::String ^ method);
protected System.Collections.Generic.IList<Type> GetKnownTypes (Type serviceType, string method);
member this.GetKnownTypes : Type * string -> System.Collections.Generic.IList<Type>
Protected Function GetKnownTypes (serviceType As Type, method As String) As IList(Of Type)

Parameters

serviceType
Type
method
String

Returns

Applies to