DevForce Help Reference
GetServiceKnownTypes(ICustomAttributeProvider) Method


Defined on service contract - called when service or proxy initialized. Also called during cloning.
Syntax
'Declaration
 
Public Overloads Shared Function GetServiceKnownTypes( _
   ByVal provider As ICustomAttributeProvider _
) As IEnumerable(Of Type)
'Usage
 
Dim provider As ICustomAttributeProvider
Dim value As IEnumerable(Of Type)
 
value = KnownTypeHelper.GetServiceKnownTypes(provider)
public static IEnumerable<Type> GetServiceKnownTypes( 
   ICustomAttributeProvider provider
)

Parameters

provider
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KnownTypeHelper Class
KnownTypeHelper Members
Overload List

Send Feedback