C# 클래스 CallingBotSample.Utility.CommonUtils

파일 보기 프로젝트 열기: OfficeDev/Microsoft-Teams-Samples

공개 메소드들

메소드 설명
ForgetAndLogExceptionAsync ( Task task, IGraphLogger logger, string description = null, string memberName = null, string filePath = null, int lineNumber ) : Task

메소드 상세

ForgetAndLogExceptionAsync() 공개 정적인 메소드

public static ForgetAndLogExceptionAsync ( Task task, IGraphLogger logger, string description = null, string memberName = null, string filePath = null, int lineNumber ) : Task
task Task
logger IGraphLogger
description string
memberName string
filePath string
lineNumber int
리턴 Task