DotNetWorkQueue.Queue.CreationScopeNoOp.AddScopedObject C# (CSharp) Method

AddScopedObject() public method

Adds the scoped disposable object to the scope.
This method is a NoOp
public AddScopedObject ( IDisposable disposable ) : void
disposable IDisposable The disposable.
return void
        public void AddScopedObject(IDisposable disposable)
        {
            throw new NotImplementedException();
        }