コード例 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="IncidentCallContext"/> class.
        /// </summary>
        /// <param name="callType">The call type.</param>
        /// <param name="incidentId">The incident Id.</param>
        public IncidentCallContext(IncidentCallType callType, string incidentId)
        {
            this.CallType = callType;

            this.IncidentId = incidentId;
        }
コード例 #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="IncidentCallContext"/> class.
        /// </summary>
        /// <param name="callType">The call type.</param>
        /// <param name="incidentId">The incident Id.</param>
        public IncidentCallContext(IncidentCallType callType, string incidentId)
        {
            CallType = callType;

            IncidentId = incidentId;
        }