ServiceProxy<TService>.FactoryClosed Event

 

Applies To: Dynamics CRM 2015

Occurs when a channel factory is closed.

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

Syntax

public event EventHandler<ChannelEventArgs> FactoryClosed
public:
event EventHandler<ChannelEventArgs^>^ FactoryClosed {
    void add(EventHandler<ChannelEventArgs^>^ value);
    void remove(EventHandler<ChannelEventArgs^>^ value);
}
member FactoryClosed : IEvent<EventHandler<ChannelEventArgs>,
    ChannelEventArgs>
Public Event FactoryClosed As EventHandler(Of ChannelEventArgs)

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright