XCore.RecordFilterListProvider.GetMessageTargets C# (CSharp) 메소드

GetMessageTargets() 공개 메소드

return an array of all of the objects which should 1) be queried when looking for someone to deliver a message to 2) be potential recipients of a broadcast this is called because we are an IxCoreColleague
public GetMessageTargets ( ) : IxCoreColleague[]
리턴 IxCoreColleague[]
		public IxCoreColleague[] GetMessageTargets()
		{
			return new IxCoreColleague[]{this};
		}