9using System.Collections.Generic;
Arguments parameter passed to the interceptor methods.
Data portal server dashboard.
void CompleteCall(InterceptArgs e)
Called by the data portal to indicate a call has been completed.
long CompletedCalls
Gets the number of times data portal calls have successfully completed
void InitializeCall(InterceptArgs e)
Called by the data portal to indicate a call has been inititalized.
DateTimeOffset LastCall
Gets the most recent time the data portal was invoked
long FailedCalls
Gets the number of times data portal calls have failed
List< Activity > GetRecentActivity()
Gets the items in the recent activity queue.
DateTimeOffset FirstCall
Gets the time the data portal was first invoked
long TotalCalls
Gets the total number of times the data portal has been invoked