Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Initializes a new instance of the ServiceChannel<TChannel> class using a channel factory. For internal use only.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ServiceChannel(
ChannelFactory<TChannel> factory
)
public:
ServiceChannel(
ChannelFactory<TChannel>^ factory
)
new :
factory:ChannelFactory<'TChannel> -> ServiceChannel
Public Sub New (
factory As ChannelFactory(Of TChannel)
)
Parameters
factory
Type: System.ServiceModel.ChannelFactory<TChannel>Type: ChannelFactory. A channel factory.
See Also
ServiceChannel<TChannel> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright