IEventRequest インターフェイス (Microsoft.Graph 名前空間)
public interface IEventRequest : IBaseRequest
- 指定された特定のイベントに対するリクエストを表します。
目次
プロパティ
メソッド
CreateAsync
Task<Event> CreateAsync(Event eventToCreate);
Task<Event> CreateAsync(Event eventToCreate, CancellationToken cancellationToken);
DeleteAsync
Task DeleteAsync();
Task DeleteAsync(CancellationToken cancellationToken);
Expand
IEventRequest Expand(string value);
IEventRequest Expand(Expression> expandExpression);
GetAsync
Task<Event> GetAsync();
Task<Event> GetAsync(CancellationToken cancellationToken);
Select
IEventRequest Select(string value);
IEventRequest Select(Expression> selectExpression);
UpdateAsync
Task<Event> UpdateAsync(Event eventToUpdate);
Task<Event> UpdateAsync(Event eventToUpdate, CancellationToken cancellationToken);