Show / Hide Table of Contents

Class Request

Tracks the state of an asynchronous Upm server operation

Inheritance
Object
Request
RemoveRequest
Request<T>
ResetToEditorDefaultsRequest
Implements
ISerializationCallbackReceiver
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.PackageManager.Requests
Assembly: UnityEditor.dll
Syntax
public abstract class Request : ISerializationCallbackReceiver

Properties

| Improve this Doc View Source

Error

Gets the error associated to this operation

Declaration
public Error Error { get; }
Property Value
Type Description
Error
| Improve this Doc View Source

IsCompleted

Gets whether the operation is completed or not

Declaration
public bool IsCompleted { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Status

Gets the status of the operation

Declaration
public StatusCode Status { get; }
Property Value
Type Description
StatusCode

Methods

| Improve this Doc View Source

FetchNativeData()

Declaration
protected virtual void FetchNativeData()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

Explicit Interface Implementations

| Improve this Doc View Source

ISerializationCallbackReceiver.OnAfterDeserialize()

Declaration
void ISerializationCallbackReceiver.OnAfterDeserialize()
| Improve this Doc View Source

ISerializationCallbackReceiver.OnBeforeSerialize()

Declaration
void ISerializationCallbackReceiver.OnBeforeSerialize()

Implements

ISerializationCallbackReceiver

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX