IAsyncInfo.Id 속성

정의

비동기 작업의 핸들을 가져옵니다.

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = iAsyncInfo.id;
Public ReadOnly Property Id As UInteger

속성 값

UInt32

unsigned int

uint32_t

비동기 작업의 핸들입니다.

적용 대상