Megosztás a következőn keresztül:


AsyncStatus Struct

Definition

Asynchronous operation status of the operation on the app service plan.

public readonly struct AsyncStatus : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AsyncStatus>
type AsyncStatus = struct
Public Structure AsyncStatus
Implements IEquatable(Of AsyncStatus)
Inheritance
AsyncStatus
Implements

Constructors

AsyncStatus(String)

Initializes a new instance of AsyncStatus.

Properties

Completed

Async operation has completed.

Failed

Async operation failed to complete.

Started

Async operation has started.

Methods

Equals(AsyncStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AsyncStatus, AsyncStatus)

Determines if two AsyncStatus values are the same.

Implicit(String to AsyncStatus)

Converts a String to a AsyncStatus.

Inequality(AsyncStatus, AsyncStatus)

Determines if two AsyncStatus values are not the same.

Applies to