Zdieľať cez


ServiceChannel<TChannel>(ChannelFactory<TChannel>) Constructor

Definition

Initializes a new instance of the ServiceChannel<TChannel> class using a channel factory. For internal use only.

public:
 ServiceChannel(System::ServiceModel::ChannelFactory<TChannel> ^ factory);
public ServiceChannel (System.ServiceModel.ChannelFactory<TChannel> factory);
new Microsoft.Xrm.Sdk.Client.ServiceChannel<'Channel (requires 'Channel : null)> : System.ServiceModel.ChannelFactory<'Channel (requires 'Channel : null)> -> Microsoft.Xrm.Sdk.Client.ServiceChannel<'Channel (requires 'Channel : null)>
Public Sub New (factory As ChannelFactory(Of TChannel))

Parameters

factory
ChannelFactory<TChannel>

A channel factory.

Applies to