Compartir a través de


CustomSyncContext.Post(SendOrPostCallback, Object) Method

Definition

Method to override the behaviour of Post to Send

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

Parameters

d
SendOrPostCallback

Specifies the callback.

state
Object

Specifies the state.

Applies to