Sdílet prostřednictvím


RefreshResponseInfo Konstruktory

Definice

Inicializuje novou instanci RefreshResponseInfo třídy .

Přetížení

RefreshResponseInfo()

Inicializuje novou výchozí instanci RefreshResponseInfo třídy .

RefreshResponseInfo(TimeSpan, RefreshResult)

Inicializuje novou instanci RefreshResponseInfo třídy s poskytnutou životností registrace a výsledky aktualizace.

RefreshResponseInfo()

Inicializuje novou výchozí instanci RefreshResponseInfo třídy .

public:
 RefreshResponseInfo();
public RefreshResponseInfo ();
Public Sub New ()

Platí pro

RefreshResponseInfo(TimeSpan, RefreshResult)

Inicializuje novou instanci RefreshResponseInfo třídy s poskytnutou životností registrace a výsledky aktualizace.

public:
 RefreshResponseInfo(TimeSpan registrationLifetime, System::ServiceModel::PeerResolvers::RefreshResult result);
public RefreshResponseInfo (TimeSpan registrationLifetime, System.ServiceModel.PeerResolvers.RefreshResult result);
new System.ServiceModel.PeerResolvers.RefreshResponseInfo : TimeSpan * System.ServiceModel.PeerResolvers.RefreshResult -> System.ServiceModel.PeerResolvers.RefreshResponseInfo
Public Sub New (registrationLifetime As TimeSpan, result As RefreshResult)

Parametry

registrationLifetime
TimeSpan

TimeSpan , který určuje novou životnost registrace partnera.

result
RefreshResult

RefreshResult , který určuje výsledek aktualizace.

Platí pro