|  | CreatedContext Properties | 
The CreatedContext type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackgroundJob | |
|  | Canceled | 
            Gets a value that indicates that this CreatedContext
            object was canceled.
             | 
|  | Connection | (Inherited from CreateContext.) | 
|  | Exception | 
            Gets an exception that occurred during the creation of the job.
             | 
|  | ExceptionHandled | 
            Gets or sets a value that indicates that this CreatedContext
            object handles an exception occurred during the creation of the job.
             | 
|  | InitialState | 
            Gets the initial state of the creating job. Note, that
            the final state of the created job could be changed after 
            the registered instances of the IElectStateFilter
            class are doing their job.
            (Inherited from CreateContext.) | 
|  | Items | 
            Gets an instance of the key-value storage. You can use it
            to pass additional information between different client filters
            or just between different methods.
            (Inherited from CreateContext.) | 
|  | Job | (Inherited from CreateContext.) | 
|  | JobId | Obsolete. | 
|  | Parameters | (Overrides CreateContextParameters.) | 
|  | Storage | (Inherited from CreateContext.) | 
 See Also
See Also