GetMaxResourceRecordCountPerEnumerateCallCompletedEventHandler Delegate

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Delegate Sub GetMaxResourceRecordCountPerEnumerateCallCompletedEventHandler ( _
    sender As Object, _
    e As GetMaxResourceRecordCountPerEnumerateCallCompletedEventArgs _
)
public delegate void GetMaxResourceRecordCountPerEnumerateCallCompletedEventHandler(
    Object sender,
    GetMaxResourceRecordCountPerEnumerateCallCompletedEventArgs e
)
public delegate void GetMaxResourceRecordCountPerEnumerateCallCompletedEventHandler(
    Object^ sender, 
    GetMaxResourceRecordCountPerEnumerateCallCompletedEventArgs^ e
)
type GetMaxResourceRecordCountPerEnumerateCallCompletedEventHandler = 
    delegate of  
        sender:Object * 
        e:GetMaxResourceRecordCountPerEnumerateCallCompletedEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.TeamFoundation.Framework.Server.Alm Namespace