IServiceManagement<TService>.CreateChannelFactory Method (TokenServiceCredentialType)

 

Applies To: Dynamics CRM 2015

For internal use only.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

ChannelFactory<TService> CreateChannelFactory(
    TokenServiceCredentialType endpointType
)
ChannelFactory<TService>^ CreateChannelFactory(
    TokenServiceCredentialType endpointType
)
abstract CreateChannelFactory : 
        endpointType:TokenServiceCredentialType -> ChannelFactory<'TService>
Function CreateChannelFactory (
    endpointType As TokenServiceCredentialType
) As ChannelFactory(Of TService)

Parameters

Return Value

Type: System.ServiceModel.ChannelFactory<TService>

Type: ChannelFactory<TChannel>.

See Also

CreateChannelFactory Overload
IServiceManagement<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright