adTempus API
ArcanaDevelopment.adTempus.Client Namespace / InstanceCounts Class / AddFrom Method
The source to add counts from

In This Topic
    AddFrom Method
    In This Topic
    Adds the counts from source to the current counts
    Syntax
    'Declaration
     
    
    Public Sub AddFrom( _
       ByVal source As InstanceCounts _
    ) 
    public void AddFrom( 
       InstanceCounts source
    )

    Parameters

    source
    The source to add counts from
    See Also