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