共用方式為


EntityProxy Class

Definition

Provides the base implementation for the entity proxy.

public abstract class EntityProxy
type EntityProxy = class
Public MustInherit Class EntityProxy
Inheritance
EntityProxy

Constructors

EntityProxy(IEntityProxyContext, EntityId)

Create an entity proxy.

Methods

CallAsync(String, Object)

Call entity function.

CallAsync<TResult>(String, Object)

Call entity function.

Signal(String, Object)

Signal entity function.

Applies to