C# 클래스 WebApplications.Utilities.Threading.SerializingSynchronizationContext.CallbackInfo

Groups the state with the callback.
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CallbackInfo ( [ callback, [ state ) : System

Initializes a new instance of the CallbackInfo struct.

메소드 상세

CallbackInfo() 공개 메소드

Initializes a new instance of the CallbackInfo struct.
public CallbackInfo ( [ callback, [ state ) : System
callback [ The Callback.
state [ The state.
리턴 System