Generische ChannelFactoryOperations.ConfigureChannelFactory-Methode
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim channelFactory As ChannelFactory(Of T) ChannelFactoryOperations.ConfigureChannelFactory(channelFactory)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Sub ConfigureChannelFactory(Of T) ( _
channelFactory As ChannelFactory(Of T) _
)
[ExtensionAttribute]
public static void ConfigureChannelFactory<T> (
ChannelFactory<T> channelFactory
)
[ExtensionAttribute]
public:
generic<typename T>
static void ConfigureChannelFactory (
ChannelFactory<T>^ channelFactory
)
Parameter
- channelFactory
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
ChannelFactoryOperations Class
ChannelFactoryOperations Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace