ServiceRpcDescriptor.RpcOrderPreservingSynchronizationContext.Send 方法

定义

public:
 override void Send(System::Threading::SendOrPostCallback ^ d, System::Object ^ state);
public override void Send (System.Threading.SendOrPostCallback d, object? state);
override this.Send : System.Threading.SendOrPostCallback * obj -> unit
Public Overrides Sub Send (d As SendOrPostCallback, state As Object)

参数

d
SendOrPostCallback

要调用的委托。

state
Object

要传递给委托的状态。

适用于