WebLogic Messaging API Class Library

ContextFactory. Method 

NOTE: This method is now obsolete.

Do not use this method. Use CreateContext static method instead. This method will be removed in few weeks


Obsolete. Do not use this method.

public IContext (
   IDictionary<TKey,TValue> paramMap
);

Parameters

IDictionary<TKey,TValue>
User provided parameter key value pairs.

Return Value

IContext instance that was created using the passed parameters.

See Also

ContextFactory Class | WebLogic.Messaging Namespace