MimeFormatter.Initialize(Object) Method

Definition

When overridden in a derived class, initializes an instance.

public:
 abstract void Initialize(System::Object ^ initializer);
public abstract void Initialize (object initializer);
abstract member Initialize : obj -> unit
Public MustOverride Sub Initialize (initializer As Object)

Parameters

initializer
Object

An object of a type appropriate to the particular class that is implementing the method.

Remarks

The Initialize method is invoked at the time a request or response is processed; however, the initializer is obtained by calling the GetInitializer method on another instance during client or service initialization.

Applies to