Click or drag to resize

ICcisReceiveServiceReceiveJudgeAssignment Method

[Missing <summary> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveJudgeAssignment(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisJudgeAssignment})"]

Namespace:  Clerk.CaseManagement.CCIS.Contracts
Assembly:  Clerk.CaseManagement.CCIS.Contracts (in Clerk.CaseManagement.CCIS.Contracts.dll) Version: 3.0.0.769 (3.0.0.769)
Syntax
void ReceiveJudgeAssignment(
	string requestDateTime,
	string ucn,
	List<CcisJudgeAssignment> judgeAssignments
)

Parameters

requestDateTime
Type: SystemString

[Missing <param name="requestDateTime"/> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveJudgeAssignment(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisJudgeAssignment})"]

ucn
Type: SystemString

[Missing <param name="ucn"/> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveJudgeAssignment(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisJudgeAssignment})"]

judgeAssignments
Type: System.Collections.GenericListCcisJudgeAssignment

[Missing <param name="judgeAssignments"/> documentation for "M:Clerk.CaseManagement.CCIS.Contracts.ICcisReceiveService.ReceiveJudgeAssignment(System.String,System.String,System.Collections.Generic.List{Clerk.CaseManagement.CCIS.Contracts.Model.CcisJudgeAssignment})"]

See Also