ProfileMigrateEventArgs(HttpContext, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the ProfileMigrateEventArgs class.
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)
Parameters
- context
- HttpContext
The HttpContext of the current request.
- anonymousId
- String
The anonymous identifier being migrated from.
Remarks
The ProfileMigrateEventArgs creates an instance of the ProfileMigrateEventArgs class, sets the Context property to the specified HttpContext, and sets the AnonymousID property to the specified anonymousId
.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.