ResourceLoggerService.Complete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Complete(IResource) |
Completes the log stream for the resource. |
Complete(String) |
Completes the log stream for the resource. |
Complete(IResource)
- Source:
- ResourceLoggerService.cs
Completes the log stream for the resource.
public void Complete (Aspire.Hosting.ApplicationModel.IResource resource);
member this.Complete : Aspire.Hosting.ApplicationModel.IResource -> unit
Public Sub Complete (resource As IResource)
Parameters
Applies to
Complete(String)
- Source:
- ResourceLoggerService.cs
Completes the log stream for the resource.
public void Complete (string name);
member this.Complete : string -> unit
Public Sub Complete (name As String)
Parameters
- name
- String
The name of the resource.