ServiceProxy<TService>.FactoryFaulted Event
Applies To: Dynamics CRM 2015
Occurs when a channel factory is faulted.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public event EventHandler<ChannelFaultedEventArgs> FactoryFaulted
public:
event EventHandler<ChannelFaultedEventArgs^>^ FactoryFaulted {
void add(EventHandler<ChannelFaultedEventArgs^>^ value);
void remove(EventHandler<ChannelFaultedEventArgs^>^ value);
}
member FactoryFaulted : IEvent<EventHandler<ChannelFaultedEventArgs>,
ChannelFaultedEventArgs>
Public Event FactoryFaulted As EventHandler(Of ChannelFaultedEventArgs)
See Also
ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright