SiteRecords<T>.AddSite Method (T)

 

Adds a site record to the collection.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public void AddSite(
    T record
)
public:
void AddSite(
    T record
)
Public Sub AddSite (
    record As T
)

Parameters

  • record
    Type: T

    The record to add to the collection.

See Also

SiteRecords<T> Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top