ProfileMigrateEventArgs(HttpContext, String) Construtor

Definição

Cria uma instância da ProfileMigrateEventArgs classe.

public:
 ProfileMigrateEventArgs(System::Web::HttpContext ^ context, System::String ^ anonymousId);
public ProfileMigrateEventArgs(System.Web.HttpContext context, string anonymousId);
new System.Web.Profile.ProfileMigrateEventArgs : System.Web.HttpContext * string -> System.Web.Profile.ProfileMigrateEventArgs
Public Sub New (context As HttpContext, anonymousId As String)

Parâmetros

context
HttpContext

O HttpContext do pedido atual.

anonymousId
String

O identificador anónimo está a ser migrado de.

Observações

O ProfileMigrateEventArgs cria uma instância da ProfileMigrateEventArgs classe, define a Context propriedade para o especificado HttpContext, e define a AnonymousID propriedade para o especificado anonymousId.

Aplica-se a

Ver também