Recorder.OpenScope Method (RecordingScopeOption) |
Opens an unnamed RecordingScope.
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public RecordingScope OpenScope( RecordingScopeOption option = RecordingScopeOption.Default )
Parameters
- option (Optional)
- Type: PostSharp.Patterns.Recording.RecordingScopeOption
Scope options. Specify this parameter if you want the scope to be Atomic.
Return Value
Type: RecordingScopeA RecordingScope object, which should be closed using Complete() or Dispose().
The name of the scope can be set at any time by setting the OperationDescriptor property.