LiveDnsCore.GetResourceRecordCountByZoneCompleted Event
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Event GetResourceRecordCountByZoneCompleted As GetResourceRecordCountByZoneCompletedEventHandler
public event GetResourceRecordCountByZoneCompletedEventHandler GetResourceRecordCountByZoneCompleted
public:
event GetResourceRecordCountByZoneCompletedEventHandler^ GetResourceRecordCountByZoneCompleted {
void add (GetResourceRecordCountByZoneCompletedEventHandler^ value);
void remove (GetResourceRecordCountByZoneCompletedEventHandler^ value);
}
member GetResourceRecordCountByZoneCompleted : IEvent<GetResourceRecordCountByZoneCompletedEventHandler,
GetResourceRecordCountByZoneCompletedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.